This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xml using DSSSL


Norman Walsh wrote:
> 
> / Martin Goik <goik@HdM-Stuttgart.de> was heard to say:
> | So my question: Which tool is recommendable for transforming docbook xml
> | to docbook sgml?
> |
> | (<elem/> --> <elem></elem>, FPI,...)
> 
> There's no need to do that. DSSSL will work perfectly well with XML.
> XML is SGML.

Just be more verbose. In practise this means that when invoking Jade,
you must pass SGML declaration for XML with your document. For SGML you
invoke jade by command like

jade -d ... -t ... doc.sgml

For XML document, modify it to:

jade -d ... -t ... /path/to/xml.dcl doc.sgml 

-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]