This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: copy-of / value-of


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@etes.de

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]