RE: Deleting, Erasing or Hiding Tags2002-12-11 06:38:36Hi, You can't modify the source tree in XSLT, but you can make a copy of it and while copying, ignore b and c elements, i.e. <template match="@*|node()"> <copy> <apply-templates select="@*|node()"/> </copy> </template> <template match="b|c" /> Cheers, -- Jarno - Grendel: End of Ages XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||