[Home] [By Thread] [By Date] [Recent Entries]
wbchmura@xxxxxxxxxxxxxxxxxxxxxx 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
|

Cart



