Subject: Re: Treat CDATA section content as node
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Thu, 25 Feb 2010 17:51:06 +0000
|
> <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/
|