Subject: Re: [xsl] Process some elements, but not others... From: S Woodside <sbwoodside@xxxxxxxxx> Date: Fri, 14 Feb 2003 02:00:27 -0500 |
<myelement> <p>This is <ref xmlns="foobar">the</ref> text node</p> </myelement>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:foobar="foobar" version="1.0"> <xsl:template match="foobar:ref"> <!--whatever--> </xsl:template>
Hi,
I have an xml document whose elements contain html as in the following example:
<myelement> <p>This is <ref>the</ref> text node</p> </myelement>
What I'd like to be able to do is transform just the ref element and copy all the others.
Any suggestions? The last time I asked a question here everyone was _very_ helpful and I'm very appreciative so thanks!
Ted Stresen-Reuter
--- www.simonwoodside.com
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Process some elements, bu, Ted Stresen-Reuter | Thread | [xsl] XSL N-up like Reports, Rakesh |
Re: [xsl] Reference to variable can, S Woodside | Date | [xsl] XSL N-up like Reports, Rakesh |
Month |