Re: [xsl] Value-of, copy-of

Subject: Re: [xsl] Value-of, copy-of
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 27 Feb 2002 10:24:58 -0700 (MST)
Mike Ferrando wrote:
> I am having the same problem. I want to use the copy-of to get all my
> coding from a node, but I don't want the node in my output.
> [...]
> <TR><TD><xsl:copy-of select="./C1001"/></TD></TR>

<TR><TD><xsl:copy-of select="C1001/node()"/></TD></TR>

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

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


Current Thread