[xsl] questions?

Subject: [xsl] questions?
From: "Mihir D. Gore" <mihirg@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 18 Sep 2001 09:59:18 +0530
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