atom feed7 messages in org.oasis-open.lists.docbook[docbook] bridgehead not allowed in v...
FromSent OnAttachments
Tim ArnoldAug 8, 2011 7:18 am 
Thomas SchraitleAug 8, 2011 2:13 pm 
Norman WalshAug 8, 2011 8:19 pm 
Tim ArnoldAug 9, 2011 8:38 am 
Norman WalshAug 9, 2011 9:05 am 
Tim ArnoldAug 9, 2011 11:40 am 
Thomas SchraitleAug 9, 2011 12:17 pm 
Subject:[docbook] bridgehead not allowed in variablelist?
From:Tim Arnold (jtim@gmail.com)
Date:Aug 8, 2011 7:18:50 am
List:org.oasis-open.lists.docbook

Hi,

I am validating using xerces, onvdl.jar with the docbook 5.1b2 docbook.nvdl (also tried the 5.0 nvdl) I'm getting an error that says error: elem "bridgehead" from namespace "http://docbook.org/ns/docbook" not allowed in this context.

However, from the spec here, I thought it is legal: http://www.docbook.org/tdg5/en/html/bridgehead.html

Can someone help me understand the problem? example file appended below. thanks, --Tim Arnold

Example document xml:

<chapter xmlns="http://docbook.org/ns/docbook" version="5.0"> <info><title>my chapter</title></info> <para> <variablelist> <varlistentry> <term>myterm</term> <listitem><para>definitions</para></listitem> </varlistentry> <bridgehead> testing my header </bridgehead> <varlistentry> <term>my second term</term> <listitem><para> more definitions</para></listitem> </varlistentry> </variablelist> </para> </chapter>