[Home] [By Thread] [By Date] [Recent Entries]
Hello XSL-List,
I need to restructure the document, i.e. the file
<div name="1">
<div name="1.1">
</div>
<div name="1.2">
<div name="1.3">
</div>
</div>
</div>
to the normal form
<div name="1">
<div name="1.1">
</div>
<div name="1.2">
</div>
<div name="1.3">
</div>
</div>
Can anyone help?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



