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: eliminate doctype statement


Now that I think about it more, this question may not be sensical...
An XML file that only has a namespace declaration on the root element
can't really be validated because there is no information to specify
its version. There should probably be a reference to some kind of
schema or dtd. In that case, one way to take care of my situation is
to unprefix all the mathml and use the current dtd.

On 2/27/06, Chris Chiasson <chris@chiasson.name> wrote:
> Is it possible to eliminate the doctype declaration at the beginning
> of the xhtml output using docbook xsl 1.69? If so, how? Using
> <xsl:output doctype-public"" doctype-system=""/> does not work; the
> doctype just has "" for its' public and system identifiers.
>
> The reason I ask is that my XHTML isn't validating due to the
> inclusion of MathML. The only DTD that includes both is one from the
> W3C that has both element sets in the same namespace, which docbook
> xsl doesn't produce.
>
> Thank you for your time,
> --
> http://chris.chiasson.name/
>


--
http://chris.chiasson.name/


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