RE: [xsl] Copy excluding some children

Subject: RE: [xsl] Copy excluding some children
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 20 Oct 2008 20:58:12 +0100
> Is there a way to copy an element excluding some children, at 
> any depth, using *only* an XPath 2.0 expression without using 
> templates to exclude such elements?

No. XPath can select nodes from the input tree, but it cannot copy them, let
alone transform them.

Michael Kay
http://www.saxonica.com/

Current Thread