[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] DocBook XML as an Output
The missing DocBook declaration can be resolved by including the following
line in the profile.xsl file (or including it via your customisation layer):
<xsl:output method="xml"
doctype-public="-//OASIS//DTD DocBook XML V4.4//EN"
doctype-system="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"/>
I'm still looking for a way to resolve processing instructions when running
the profile.xsl template. Anyone?
--
View this message in context: http://old.nabble.com/DocBook-XML-as-an-Output-tp31904857p31911100.html
Sent from the docbook apps mailing list archive at Nabble.com.
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]