Re: [xsl] Problems transforming a <A HREF> link using XSL

Subject: Re: [xsl] Problems transforming a <A HREF> link using XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 18 Nov 2005 17:29:12 GMT
> If you want to copy HTML content inside an XML tag and don't know exactly
> what it is, is this not possible?

It's nothing special about copy-of, just use an Xpath that selects all
the children of the current node, eg
<xsl:copy-of select="node()"/>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread