smandape Posted January 1, 2011 Share Posted January 1, 2011 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 More sharing options...
boen_robot Posted January 1, 2011 Share Posted January 1, 2011 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 More sharing options...
smandape Posted January 1, 2011 Author Share Posted January 1, 2011 Hey I really thank you for your help..well, I am all new to XML and XSLT, when i saw your reply i thought my question to be silly, I really appreciate the promptness..I thank you once again.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.