xsl-list
[Top] [All Lists]

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

2005-11-18 10:29:12

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>