|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How nested for loop in xsl?
hi, I'am new in xsl and hope somebody can help me on this. I'll like to transform the below input.xml file to output.xml using the specify xsl file example: input.xml <?xml version="1.0" encoding="UTF-8"?> <sqlgeneral> <productA> <row> <name>pen</name> </row> </productA> <productB> <row> <code>b1221</code> </row> <row> <code>6fr44</code> </row> ... </productB> </sqlgeneral> output.xml <?xml version="1.0" encoding="UTF-8"?> <name> <item>pen</item> <type> <code>b1221</code> </type> <type> <code>6fr44</code> </type> </name> How does the xsl file look like if I need to produce the output.xml file? Thank you. regards, jvhew 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








