Subject: Layout of text output.
From: Romain Guider <guider@xxxxxxxxxxxxxx>
Date: Wed, 27 Jun 2001 09:32:32 +0200
|
Hello,
I'm a bit new to that list and also new to xsl, so I hope my question
hasn't already been answered (I've unsucessfully browsed the faq's).
My problem is as follows, I use xml to describe documents where terminals
(text) are only stored in attribute of nodes. In other words there is no
text node in my xml sources. I use xslt to produce a text output (using the
java xalan2 processor). Basically, I want the layout of the output to only
depend upon what I put in the xsl templates. However, I observe that the
form of the output is sensitive to the way the source is indented which is
quite unfortunate to me !
Of course, the line "<xsl:output method="text" indent="no"/>" has no effect!
Any hint would greatly helps!
Thanks in advance,
Romain.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|