If i have a operation like "insert node n as the i th child of node p" ,
what will be the the xsl?
for example
<book>
<author>P.G.Wodehouse</author>
<name>Good Morning Jeeves</name>
<price>20</price>
</book>
if i add the node <review></review> as the 3rd child of book then the xsl
will be
<book>
<author>P.G.Wodehouse</author>
<name>Good Morning Jeeves</name>
<review>Some comments here</review>
<price>20</price>
</book>
how will the xsl for doing this look like?
mihir
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- questions?
- Mihir D. Gore - Tue, 18 Sep 2001 00:39:04 -0400 (EDT) <=
|
|