Huditsch, Roman (LNG-VIE) wrote: > > I needed to change the docbook java source files, because we have a > slightly modified version of the CALS table modell (instead of table, > tgroup, tbody our elements are called calstable, calstgroup,...)
It is not a good idea. All DocBook commands, style extensions, etc, work fine whatever the *namespace* used for DocBook, CALS, etc. Therefore, I would suggest to use a namespace rather than prefixing element names with "cals". > Is there an easy way to rebuild the docbook.jar file? No, there is no easy way to do that. > I didn't see a specific build target in the build.xml for that. > This is clearly stated in the README.txt found in the src/ directory (the directory containing build.xml) I would suggest to compile the modified .java files using a CLASSPATH containing every single jar bundled with XXE and, then, to replace some of original .class files by your .class files in the original jar. Please find attached to this email the makefile used to compile docbook.jar and also the makefile used to compile cals_table.jar (not bundled, included in docbook.jar), in case this helps. Do not attempt to execute them. Just use them as a specification. I'm sorry but I cannot help you more. What you request is outside the scope of normal technical support, even for a long time customer like you. See also "Using HTML4 tables or CALS tables in your own custom schema" http://www.xmlmind.com/xmleditor/_distrib/doc/configure/html_cals_table.xml.html -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: makefile Url: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20071128/c399e277/attachment.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: makefile Url: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20071128/c399e277/attachment-0001.bat

