Hello,

I am using Xalan-J with Xerces-J for XSL transformation. I am using
Xerces-J with the XInclude parser configuration. XInclude is working
fine but my problem is that after the complete XSL transformation I get
xml:base attributes in the target/transformed file. For example:

<elementName xml:base="../source/catalog1.xml"/>

Now I have to check my result against a foreign DTD. The DTD does not
allow the xml:base attributes and I am not permitted to modify the DTD.

I have got information from Peter McCracken [1] that it is possible to
set
the Xerces "fixup-base-uris" [2] feature.

My problem is that there is no option to give Xalan-J options for the
XML
parser (in this case Xerces-J) on commandline.
I think it would be useful to have the possibility to give xalan
"pass-through"
options/features for the XML parser. This would be helpful for users
which simply wants to use Xalan on commandline/shell without the need
to develop java code.
What do you think about this proposal?

Regards
Oliver Paulus

[1]
http://mail-archives.apache.org/mod_mbox/xml-general/200602.mbox/browser
[2]
http://xerces.apache.org/xerces2-j/features.html#xinclude.fixup-base-uri
s


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to