RE: [xsl] questions?

Subject: RE: [xsl] questions?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 18 Sep 2001 08:28:57 +0100
> 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


Current Thread