Jump to content

display XSLT results onto new line


smandape

Recommended Posts

Hello seniors,I am trying to extract data from XML using XSLT in oxygen editor..when i do the transformation i get the output of the XSLT on the same line..I want it to display the output in the editor on new line..any help is appreciated..thank you..

Link to comment
Share on other sites

Same as what line? Next line of what?Do you mean "one line"? And you want it on multiple lines?If so, you can use

<xsl:stylesheet ...><xsl:output indent="yes" />...</xsl:stylesheet>

to indent the output, i.e. display it as a fancy whitespaced XML document, with multiple lines and everything.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...