|
Subject: Re: [xsl] Using XSLT as a namespace filter... From: Nathan Potter <ndp@xxxxxxxxxxxxxxxxxxxx> Date: Tue, 13 Jan 2009 18:47:49 -0800 |
<xsl:template match="foo:*">
<xsl:copy >
<xsl:call-template name="textAndattributes" />
<xsl:apply-templates />
</xsl:copy>
</xsl:template> <B name="wooStuff" type="otherXML">
<W xmlns="http://foo.org/ns/woo" >Some Stuff</W>
<W xmlns="http://foo.org/ns/woo" >Some more stuff</W>
</B>
<C name="site_netCode"> <d name="outside" /> <Thing1 xmlns="http://www.thing.net/thing/1.1" > <foo:d name="inside">inside's text node</foo:d> </Thing1> </C> <C name="site_netCode"> <d name="outside" /> <d name="inside">inside's text node</d> </C>
============================================================ Nathan Potter Oregon State University, COAS ndp at coas.oregonstate.edu 104 Ocean. Admin. Bldg. 541 737 2293 voice Corvallis, OR 97331-5503 541 737 2064 fax
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Using XSLT as a namespace, Florent Georges | Thread | Re: [xsl] Using XSLT as a namespace, Ken Starks |
| Re: [xsl] Help with grouping elemen, David Carlisle | Date | Re: [xsl] Re-arranging an XML file, Mike Stroud |
| Month |