Problem with <info> for docbook 5
Posted: Tue Sep 04, 2007 1:04 pm
Hi
I am not very expeirenced with the docbook schema. But as I understand it in version 5 the <info> tag allows a child <title> tag. The autocomplete even lets me add it. However I get the error E[oNVDL] element "title" from namespace "http://docbook.org/ns/docbook" not allowed in this context.
The rngschema declaration I am using is:
<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5 ... bookxi.rng" type="xml"?>
The example context is
<article xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0">
<title>BB Administration Centre</title>
<subtitle>Administrator User Manual</subtitle>
<info>
<title>
BB Administration Centre
</title>
</info>
Could anybody tell me what I'm doing wrong here?
Thanks
I am not very expeirenced with the docbook schema. But as I understand it in version 5 the <info> tag allows a child <title> tag. The autocomplete even lets me add it. However I get the error E[oNVDL] element "title" from namespace "http://docbook.org/ns/docbook" not allowed in this context.
The rngschema declaration I am using is:
<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5 ... bookxi.rng" type="xml"?>
The example context is
<article xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0">
<title>BB Administration Centre</title>
<subtitle>Administrator User Manual</subtitle>
<info>
<title>
BB Administration Centre
</title>
</info>
Could anybody tell me what I'm doing wrong here?
Thanks