Nevermind, I see in docbook2document.xsl that it's not limited to
strictly simplified docbook.

Do people pretty much write their own xsl sheets or does that get worked
on together.

The reason I ask is that our docbook has screenshots and things like
that with callouts which work great for explaining things and it would
be a terrible shame not to have a stylesheet which could transform that.

Obviously I know little about Maven, but wonder how Maven xls sheets
need to differ from what is already available from the nice ones at
sourceforge which we build our docbook docs with now.

Shawn

On Wed, 2003-02-19 at 16:13, shawn wrote:
> 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