OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] XInclude in sitemap problem


> -----Original Message-----
> From: mercuron@gmx.ch 
> 
> I'm using Xalan-2.7.0 with Xerces-2.7.1 and docbook-xsl-1.73.2.

[...]

> Is there any way to force the docbook stylesheets not to use 
> named entities for the target db?
> Are there any other tricks?


With Xalan, you can use the xalan:entities extension attribute on the
xsl:output element. To completely disable output of entity references,
create an empty file and let the attribute value point to that file:

<xsl:output encoding="UTF-8"
            xalan:entities="somefile"/>

See http://xml.apache.org/xalan-j/usagepatterns.html#outputprops.

/MJ




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]