xsl-list
[Top] [All Lists]

Re: [xsl] Treat CDATA section content as node

2010-02-25 11:51:25
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
   xmlns:saxon="http://icl.com/saxon";
   extension-element-prefixes="saxon"
   version="1.0">

Am I close?  What am I missing.

You probably want the Saxon namespace to be "http://saxon.sf.net/";
....the icl.com one is very old.

I'd go down the saxon:parse route, an alternative is to use LexEv, or
if needed roll your own that includes tidying the contents into
well-formed xml using tagsoup.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--