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]

RE: questions?


> 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


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