Re: [xsl] fault tolerant saxon:parse()

Subject: Re: [xsl] fault tolerant saxon:parse()
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 17 Nov 2008 14:42:12 +0000
2008/11/17 David Carlisle <davidc@xxxxxxxxx>:
>
>> Do I parse the entire XML using tagsoup?
>
> no you need to set up tagsoup as the "xml" parser and have an url resolver
> that knows about the data: URI scheme (which is just java stuff that you
> know lots more about than me)
>
> then
>
> <xsl:template match="title">
> <xsl:copy-od select="doc(concat('data:,',.))"/>
> </xsl:template>

Out of interest, why is it "data:,"

I noticed that for your namespace in htmlparse.xsl - what's the
significance of the comma?

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

Current Thread