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


Jan Theofel wrote:
> 
> Jarno.Elovirta@nokia.com schrieb:
> >
> >
> > You probably want
> >
> >   <xsl:copy-of select="special/node()" />
> >
> 

Jan Theofel wrote:

> The problem with the copy-of is, that the <xsl:copy-of
> select="some/node/special"> will result in


Jan,

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...

-- 
Steve Rosenberry
Sr. Partner

Electronic Solutions Company -- For the Home of Integration
http://ElectronicSolutionsCo.com

http://BetterGoBids.com -- The Premier Overture (formerly GoTo) 
                           Bid Management Tool

(610) 670-1710

 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]