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


> <resource name="p_msc" type="packagingbulletin" format="pdf">
> 	<title>P <small><sup>&#174;</sup></small>  MS (MSC)
> series Canadian
> Packaging Bulletin</title>
> 	<link>pkb_can_msc.pdf</link>
> </resource>
>
> I need to extact the contents of the <title> tag intact.

If the <title> is the current node, do <xsl:copy-of select="node()"/> to
copy its children.

Mike Kay


 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]