Subject: Re: Value-of, copy-of
From: Mike Ferrando <mikeferrando@xxxxxxxxx>
Date: Wed, 27 Feb 2002 13:00:17 -0800 (PST)
|
Mike et al.,
thanks for your help.
I would like to exclude some elements from my copy-of output. I am
trying to use a template with xsl:copy but I am still not finding the
correct syntax for not().
<xsl:copy-of select="C1001/node()[not(child::C1007) and
not(child::C1010)]"/>
any suggestions?
Mike F.
--- Mike Brown <mike@xxxxxxxx> wrote:
> 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
>
__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Value-of, copy-of, (continued)
- Jeni Tennison - Wed, 27 Feb 2002 09:48:49 -0500 (EST)
- cutlass - Wed, 27 Feb 2002 09:49:36 -0500 (EST)
- Mike Ferrando - Wed, 27 Feb 2002 11:44:04 -0500 (EST)
- Mike Brown - Wed, 27 Feb 2002 12:21:24 -0500 (EST)
- Mike Ferrando - Wed, 27 Feb 2002 15:56:49 -0500 (EST) <=
- Wendell Piez - Wed, 27 Feb 2002 16:40:57 -0500 (EST)
- Mike Ferrando - Wed, 27 Feb 2002 17:17:46 -0500 (EST)
- Wendell Piez - Wed, 27 Feb 2002 17:37:06 -0500 (EST)
- Mike Ferrando - Wed, 27 Feb 2002 18:14:23 -0500 (EST)
|
|