[Home] [By Thread] [By Date] [Recent Entries]
> If i have a operation like "insert node n as the i th child > of node p" , > what will be the the xsl? XSLT has no such operation. Nodes are written to the result tree in sequence (that is, in document order). When you add a child to an element, it will always be the last child of that element. Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



