hi,
just another note:
book.xml has not DTD associatided, below a quick DTD for book.xml,
I made the attributes in most cases required...
Do you want to add it into CVS, too?

<!ELEMENT book (menu)+>

<!ATTLIST book
  software CDATA #REQUIRED
  title CDATA #REQUIRED
  copyright CDATA #IMPLIED
 >

<!ELEMENT menu (menu-item|external)+>
<!ATTLIST menu
  label CDATA #REQUIRED
 >

<!ELEMENT menu-item EMPTY>
<!ATTLIST menu-item
  label CDATA #REQUIRED
  href CDATA #REQUIRED
  type (visible|hidden) "visible"
 >

<!ELEMENT external EMPTY>
<!ATTLIST external
  label CDATA #REQUIRED
  href CDATA #REQUIRED
  type (visible|hidden) "visible"
 >

Another issue:
I'm not able to build the box out-of the box, as the 
documentation/book.xml has

  <menu label="Tests">
    <menu-item label="Catalog Test" href="catalog-test.html"/>
  </menu>


Processing catalog-test.html give me an error:
     [java] org.xml.sax.SAXParseException: File 
"file:/D:/projects/apache-xml/ap
ache-cvs-update/xml-cocoon2/build/cocoon/documentation/xdocs/ISOnum.pen" 
not fou
nd.

Where are the entity files expected to reside in the 
cocoon/build/documentation hierachrachy?
Or do you know how to resolve the problem, without uncomenting the <menu 
label="Tests">?

bye bernhard





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to