Re: [xsl] Generating an internal subset?

Subject: Re: [xsl] Generating an internal subset?
From: Ganesh Babu N <nbabuganesh@xxxxxxxxx>
Date: Thu, 1 Jul 2010 11:08:09 +0530
you can use saxon:doctype extension of saxon to construct entities.

Regards,
Ganesh


On Thu, Jul 1, 2010 at 2:55 AM, David Carlisle <davidc@xxxxxxxxx> wrote:
> On 30/06/2010 22:17, dvint@xxxxxxxxx wrote:
>>
>> So this actually prevent me from creating an external DTD as you suggested
>> as this list of entites is unique to a particular file and I can't
>> anticipate what the complete list might be.
>>
>
>
> Yoou can write the external dtd (using xsl:result-file in text mode) and
> then refer to it in xsl:output 9or simpler as its then an avt that may be
> set at runtime) you can use teh equivalent setting on an
xsl:result-document
> that is writing the main output.
>
> David

Current Thread