Re: [docbook-apps] Serializing DB 5 with XOM: wrong encoding

2011-03-25 Thread Denis Bradford
Thanks for the tip. I downloaded the full xom source, modified XIncludeDriver.java, and ran ant java to generate a new xom-samples.jar. I copied it to my docbook toolchain, replacing the original xom-samples.jar. XOM serialization generates UTF-8 encoding now. Makes for much better DocBook

RE: [docbook-apps] Serializing DB 5 with XOM: wrong encoding

2011-03-22 Thread Mauritz Jeanson
| -Original Message- | From: Denis Bradford | | I've been trying to preprocess xincludes in my DocBook 5 | build with xom, | using the incantation in Bob Stayton's Complete Guide: | | $ java -cp xom-1.2.1.jar:xom-samples.jar | nu.xom.samples.XIncludeDriver source.xml