This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

output formatting




Say you had some xsl that was like this:


<img><xsl:attribute name="src"><xsl:value-of
select="asset/src"/></xsl:attribute></img>

<img><xsl:attribute name="src"><xsl:value-of
select="asset/src"/></xsl:attribute></img>


how could you preserve the spacing between the img tags so the resulting
html looked like:

<img src="test.gif">

<img src="test.gif">


My transformation keeps putting the tags together. Is there a way in general
of having the spacing of the xsl kept after the transformation.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]