xsl-list
[Top] [All Lists]

Re: copy-of / value-of

2002-09-02 13:38:20

Hello Steve,

Steve Rosenberry schrieb:

As you know <xsl:copy-of select="special" /> returns:

  <special>
    Some text here as line 1<br/>
    Some text here as line 2
  </special>

But <xsl:copy-of select="special/node()" /> (not the appended "/node()")
returns just the node contents -- not the enclosing tags:

  Some text here as line 1<br/>
  Some text here as line 2

Subtle, but important...

Very important and very like what I was looking for. Where can I find a good
documentation for all this? (Perhaps even a German one.)

Thanks,
Jan 

-- 
Jan Theofel                              Fon: +49 (7 11) 48 90 83 - 0 
ETES - EDV-Systemhaus GbR                Fax: +49 (7 11) 48 90 83 - 50 
Libanonstrasse 58 A * D-70184 Stuttgart  Web: http://www.etes.de

______________________________________
Inflex - eMail Scanning and Protection
Queries to: postmaster(_at_)etes(_dot_)de

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



<Prev in Thread] Current Thread [Next in Thread>