|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XML/XSL help
I am trying to generate an XML fragment from multivalued LDAP attributes. My
data(in DSML form) looks like:
<attr name="xyz">
<value>1</value>
<value>2</value>
</attr>
<attr name="abc">
<value>10</value>
<value>20</value>
</attr>
The XML I want should look something like:
<data>
<xyz>1</xyz>
<abc>10</abc>
</data>
<data>
<xyz>2</xyz>
<abc>20</abc>
</data>
I am having difficulties writing XSL to transform the DSML to XML. Any
help/pointers/suggestions would be much appreciated.
Thanks
-Ravi
|
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








