View Single Post
Old 02-04-2009, 04:08 PM   #136
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by tompe View Post
Can you not do that to a certain degree using HTML as base format?
This is actually one of the whole design concepts of DocBook. It is an XML based storage format for books/text/documents. The XML tags are used to denote sections/chapters/footnotes/etc/etc... Then transforms are used to create a final layout.

This is how many software applications do their help. With a single source you can generate Html help, WinHelp, Word Docs, etc. Each format can even have different content included/excluded as needed.

There are tools that support the DocBook XML format that you use to edit your document. If you find a problem with one of the output files you either fix the source content or annotation or you fix the transformation/layout file.

See http://www.docbook.org/ for more info if you are interested.

Of course, publishers don't work this way because they didn't start working this way.

BOb
pilotbob is offline   Reply With Quote