RE: [xsl] removing xml child element

Subject: RE: [xsl] removing xml child element
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 7 Mar 2003 22:18:51 -0000
> I now this might seem simple but this is my first attempt in 
> xslt and I having problems finding an example in deleting a 
> child element

In XSLT you copy the things you want to keep from the source document to
the result document. If there's an element you don't want in the result,
then don't copy it. "Delete" implies that you have to do something to
get rid of an element: you don't need to do anything, in fact, you need
to do nothing.

Michael Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread