> To generate html files: > openjade -t sgml -d > /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/html/docbook.dsl test.sgml
Ah, but you're using DocBook SGML. I'm trying to use docbook XML. Note the "-t" parameter we each provide to openjade - you have "-t sgml", I have "-t xml", which is the root of my sorrow.
Here's my command line:
openjade -c /sw/share/xml/dtd/docbookx/catalog -t xml -ihtml -d /Users/mike/OpenSource/ZooLib/zoolib/doc/cookbook/cookbook.dsl#html /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/dtds/decls/xml.dcl ../cookbook.xml
I've actually encountered this same problem before, and it was caused by not having the path to xml.dcl on the command line. What is strange is that I supply it here, and it doesn't help.
This is actually the first time I've used openjade. Before I used jade. They're different, although similar programs. Could it be the difference that is giving me trouble?
I admit I could process my documents as SGML rather than XML and be able to continue with my writing. But I chose XML, not just because it's the hip thing to do, but because it's apparent that's where docbook development is headed in the future. Also because I could see how having my book in XML format could allow interesting processing by XML programs.
Thanks for your help,
Mike -- Michael D. Crawford GoingWare Inc. - Expert Software Development and Consulting http://www.goingware.com [EMAIL PROTECTED]
Tilting at Windmills for a Better Tomorrow.
"I give you this one rule of conduct. Do what you will, but speak
out always. Be shunned, be hated, be ridiculed, be scared,
be in doubt, but don't be gagged."
-- John J. Chapman, "Make a Bonfire of Your Reputations"
http://www.goingware.com/reputation/------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
