Subject: RE: Question with xsl:copy-of and xsl:value-of
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 6 Sep 2001 15:55:35 +0100
|
> <resource name="p_msc" type="packagingbulletin" format="pdf">
> <title>P <small><sup>®</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
|