xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

simple problem of getting line breaks in the output


Subject: simple problem of getting line breaks in the output
From: Shalaka Tendulkar <stendulk@xxxxxxxxxxxxxxxx>
Date: Sat, 29 Apr 2000 12:18:48 -0400 (EDT)

Hi All,

I have this problem which seems to be pretty simple to fix, but I havent
been able to fix it cuz I am totally new to xsl and stuff.. Could anyone
help me with this please..

The output I get is :
<?xml version="1.0" encoding="UTF-8"?>
<constant>reading</constant><constant>singing</constant>

but the output I need is:
<?xml version="1.0" encoding="UTF-8"?>
<constant>reading</constant>
<constant>singing</constant>

My question is, how do I have every new hobby on a different line...

Thanks a lot,
Shalaka
-------------------------------------------------------------------------

This is my xml file:
-------------------

<?xml version="1.0"?>
<person>
 <name>x</name>
 <address>y</address>
 <hobbylist>
   <hobby>reading</hobby>
   <hobby>singing</hobby>
 </hobbylist>
</person>   


This is my xsl file:
-------------------

<?xml version="1.0"?> 

<xsl:stylesheet xmlns:xsl =
"http://www.w3.org/1999/XSL/Transform" version="1.0">

  <xsl:template match="/">

   <xsl:for-each select = "//hobby">
   <constant> <xsl:value-of select ="."/></constant>
   
   </xsl:for-each>

  </xsl:template>

</xsl:stylesheet>





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



Current Thread
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor