Next in thread → Next in month →

RE: [docbook-apps] Any way to keep <!DOCTYPE...> definition int o

From
Jeff Beal <>
Date
2003-07-25T20:16:04+00:00
ID
Thread
RE: [docbook-apps] Any way to keep <!DOCTYPE...> definition int o
The internal subset is the set of DTD declarations, be they element,
attribute, or entity, between the [ and the ]]> in the DOCTYPE declaration.
This is as opposed to the external subset which is the set of DTD
declarations located in the resource referred to by the PUBLIC and/or SYSTEM
identifiers.

Jeff Beal

> -----Original Message-----
> From: Taro Ikai [mailto:]
> Sent: Friday, July 25, 2003 4:29 PM
> To: 
> Subject: RE: [docbook-apps] Any way to keep <!DOCTYPE...> 
> definition int
> o
> 
> 
> For now, I am happy with a static external general <!ENTITY> 
> delcaration, 
> so I can include a file 
> that in turn inlcudes all the global entity definitions. I 
> fugured out how 
> to correctly escape the content of 
> <xsl:text>:
> 
>   <xsl:template match="/">
>     <xsl:text 
> disable-output-escaping='yes'><![CDATA[<!DOCTYPE chapter 
> SYSTEM "c:/docbook/4.2/docbookx.dtd" [
>  <!ENTITY % global_entities SYSTEM "c:/mydoc/myents.ent">
>   %global_entities;
> ]]]>>
>     </xsl:text>
>     <xsl:apply-templates/>
>   </xsl:template>
> 
> 
> Daniel, what is dose it mean to 'generate an internal subset 
> with XSLT'?
> 
> Does it mean to not let the ENTITY substitutions take place?
> 
> Taro
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
> 
> 
>
Next in thread → Next in month →