|
From: Artur H. <ko...@pl...> - 2003-08-29 08:22:56
|
Hi,
I just finished my fights with joining parts of modular documentation
to one XML document with use of
Java tools (both xalan and saxon) and xinclude.xsl.
It works very well and I would like to describe it somewhere
but I am not sure where.
Of course it make sense to describe in this document not
only how to process modular documentation with java+
xicnlude.xsl but also how to use other tools xslproc, xmltools,
xincluder and so on...
There are some possibilities:
1. basic.xml (But is this basic xml processing?)
2. documentation.xml (But this document describes rather concept
but technical information.)
3. new document (Similar as entitiesuse.xml)
4. Or some other place I couldn't find.
Have you any idea and suggestions?
Another concern is about our definition of xinclude.mod.
Our current declaration looks as follows:
<!ENTITY % xinclude
PUBLIC "-//NONAME//ELEMENTS DocBook XInclude extension//EN"
"xinclude.mod">
I propose to change it to something like:
<!ENTITY % xinclude
PUBLIC "-//GenerGuide//ELEMENTS SDocBook XInclude extension V1.0//EN"
"http://generguide.sourceforge.net/xinclude/1.0/xinclude.mod">
The most important change is to make it available by HTTP url rather that
as a file on local file system.
1. xinclude.mod will be officially available on the net
2. All tools parsing xml files containing xinclude element can download
this definition at any time, so user don't need to take care about it
unless he wants to speed processing up and store all DTDs locally.
3. Generic Guide will become some kind of owner of this definition what
make it easier to contact in a case when someone find bug or has a question
related to this definition.
Artur
--
Artur Hefczyc
Open Source Developer
http://generguide.sourceforge.net/
http://www.geotools.org/
http://wttools.sourceforge.net/
|