Description
DocBook is a set of tags used to describe the logical structure of the content of your articles or books. For example, writing an article using DocBook would look like the following:
<article> <title>My article's title</title> </article>
Apache FOP
java.lang.OutOfMemoryError with fop
Add -Xmx128m in the last line of fop.bat as follows:
"%JAVACMD%" -Xmx128m %JAVAOPTS% %LOGCHOICE% %LOGLEVEL% -cp "%LOCALCLASSPATH%" org.apache.fop.cli.Main %FOP_CMD_LINE_ARGS%
PDF Bookmarks
To generate PDF bookmarks use <xsl:param name="fop.extensions" select="1"></xsl:param> if you use FOP version 0.20.5 and earlier. Otherwise, use <xsl:param name="fop1.extensions" select="1"></xsl:param>
DocBook: The Definitive Guide
http://www.docbook.org/tdg/en/html/docbook.html
DocBook Roundtripping(How to convert DocBook to WordML and vice versa)
http://www.explain.com.au/oss/docbook/
DocBook XSL Stylesheets: Reference Documentation
http://docbook.sourceforge.net/release/xsl/current/doc/index.html
DocBook Element tags Reference
http://www.docbook.org/tdg/en/html/part2.html
DocBook 4.3 Quick Reference:
http://www.nmt.edu/tcc/help/pubs/docbref/docbref.pdf
DocBook XSL: The Complete Guide
http://www.sagehill.net/docbookxsl/
Tutorial using XMLmind
http://www.xml.com/pub/a/2007/06/20/getting-productive-with-xmlmind.html?page=last
Caching in with Resolvers
http://nwalsh.com/docs/articles/xml2003/
Writing DocBook with LyX:
http://www.neomantic.com/tutorials/lyx-and-docbookXML
DocBook Diff(DiffMk, XOP):
http://dojotoolkit.org/pipermail/dojo-interest/2007-December/030811.html
http://sourceforge.net/project/showfiles.php?group_id=46101
http://www.living-pages.de/de/projects/xop/