Re: [xsl] Treat CDATA section content as node

Subject: Re: [xsl] Treat CDATA section content as node
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Thu, 25 Feb 2010 10:09:52 -0700
We are hoping/trusting the content is XHTML, otherwise the client has
another issue.
Looked at the saxon:parse() function, not getting that to work.
Wondering if I need to download a specific version of saxon, was
receiving the following error:

No method matching parse with 1 parameter found in class
com.icl.saxon.functions.Extensions

Tried with saxon 6, and saxon 9.

The next thing I was going to try was:
http://www.dcarlisle.demon.co.uk/htmlparse.xsl

Working on this this morning.
Karl..


On Thu, Feb 25, 2010 at 2:37 AM, David Carlisle <davidc@xxxxxxxxx> wrote:
> On 25/02/2010 05:15, Karl Stubsjoen wrote:
>>
>> Looking for XSL 1.0 solution.
>
>
> oops sorry missed that. The one I posted was xslt 2.
> in that case you need an extension function giving access to an html parser.
>
> David
>
>
> ________________________________________________________________________
> The Numerical Algorithms Group Ltd is a company registered in England
> and Wales with company number 1249803. The registered office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>
> This e-mail has been scanned for all viruses by Star. The service is
> powered by MessageLabs.
> ________________________________________________________________________

Current Thread