|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Line break
Hi Meltem,
add a indent="yes" to the <xsl:output>.
<xsl:stylesheet ....>
<xsl:output indent="yes"/>
....
</xsl:stylesheet>
Joerg
> I am getting an XML like
>
> <data><element><name>m</name></element></data>, everything in one line.
>
> How can I write it like this
> <data>
> <element>
> <name>M</name>
> </element>
> </data>
>
> with xsl? Every element on a separate line.
>
> thanks
>
> M
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








