Hello,

I'm part of an open source project whose site was recently MAVENIZED
except for our documentation which we're changing into docbook.mxl.

I understand there is a filter/plug-in for sdocbook to work with Maven
but am confused by posts to the list which use regular docbook.

Is regular docbook also usable?  

For instance, the following was posted as an example that threw up some
errors and is clearly not sdocbook (which doesn't have chapters
--correct?  --only articles)

Anyway, if anyone could shed some light on this that would be very
helpful.  

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd";>
<book>
  <title>Test of DocBook</title>
  <chapter>
    <title>My test chapter 1</title>
    <sect1>
      <title>My Section 1</title>
      <para>This is just body text</para>
      <para>Para 2</para>
      <para>para 3</para>
      <para>Para 4</para>
    </sect1>
    <sect1>
      <title>2nd Section in Chapter</title>
      <para>This is just body text</para>
    </sect1>
  </chapter>
</book>

-- 
shawn <[EMAIL PROTECTED]>


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

Reply via email to