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]

Re: Question with xsl:copy-of and xsl:value-of


wbchmura@Ensign-BickfordInd.com wrote:

> I need to extact the contents of the <title> tag intact.  If I do a 
> value-of, it looses the tags inside of it.  If I do a copy-of I get the 
> <title> tag also.  I need to be able to just get the contents of the 
> <title> tag without the <title> around it.
Or try identity transform (see faq: 
http://www.dpawson.co.uk/xsl/sect2/identity.html), or
use <xsl:copy-of select="node()"/> to deep copy all the children.

-- 
Oleg Tkachenko
Multiconn International


 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]