[
Lists Home |
Date Index |
Thread Index
]
Please don't cross-post. Your question has been answered on xsl-list.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: publicreg@nascencetech.com [mailto:publicreg@nascencetech.com]
> Sent: 21 February 2006 06:45
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] XSLT pass through
>
> Hi,
>
> Assuming a XML document like this:
>
> <myRoot xmlns:targetNS="http://myNS.com">
> <hello><targetNS:goodbye>123</targetNS:goodbye></hello>
> </myRoot>
>
> How would I get an XSLT result that reproduces all tags that
> are not of
> namespace "targetNS" exactly as it was input? I only want to
> manipulate
> the elements that are of namespace "targetNS", all the rest are to be
> reproduced as-is.
>
> Thank you!
> Wong
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|