Hi,
Is there a way via cocoon configuration to set Xerces properties and
features? I have a DocBook document which has a DOCTYPE declaration
which I don't want to validate or refer in any way to the DTD. I can do
this by setting
http://apache.org/xml/features/nonvalidating/load-external-dtd to false
(validation is false by default) in Java but would prefer not to have to
add Java just to set a parser property. I changed the parser in Cocoon
to be Xerces and added the above property as a parameter, but Xerces
seems to ignore this.
i.e.
<xml-parser class="org.apache.excalibur.xml.impl.XercesParser" ...
<parameter name="
http://apache.org/xml/features/nonvalidating/load-external-dtd"
value="false"/>
</xml-parser>
Scott.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]