This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

questions?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]