|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] multiple detaillines
hi
I have 2 XML files. One file being being a simplified excel XML file which
is my input XML also.
My second XML file contains the data that is want to replace in the first
XML.
Replacing 1 cell works fine. But now i want to add multiple detail lines.
The "template" file only contains 1 (one) detail line with a dummy data
element and a named element
the give info on what needs to inserted in the dummy element.
So i need to replace the dummy line and add more lines.
take a look at the example XML files for a better understanding what my
output looks like.
Thanks for any help.
XML 1 ( simplified excel XML generated file )
<row>
<cell>
<data>9</data>
<namedcell name="rownumber"/>
<data>x</data>
<namedcell name="article"/>
</cell>
</row>
XML 2
<order>
<header>
<ordernr>100</ordernr>
</header>
<details>
<orderline nrl="1">
<data>Article A</data>
</orderline>
<orderline nrl="2">
<data>Article B</data>
</orderline>
<orderline nrl="3">
<data>Article C</data>
</orderline>
</details>
</order>
output XML
<row>
<cell>
<data>1</data>
<data>Article A</data>
<data>2</data>
<data>Article B</data>
<data>3</data>
<data>Article C</data>
</cell>
</row>
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








