[xep-support] Validation fails on non-FO, Non-RX Namespace Attributes

Nikolai Grigoriev grig at renderx.com
Fri Oct 11 01:40:04 PDT 2002


Hi,

> If you have non-compliant stylesheets with extensions exernal to XEP
> and want to see the results, just turn validation off.
> 
> java com.renderx.xep.Driver -DVALIDATE=false

A followup to David's answer: instead of blindly turning validation off, 
you can instruct XEP3 to proceed even if validation fails:

java com.renderx.xep.Driver -DDISCARD_IF_NOT_VALID=false ...

or 
 
 <option name="VALIDATE" value="true"/>
 <option name="DISCARD_IF_NOT_VALID" value="false"/>

in etc/xep.xml. 

Regards,

Nikolai Grigoriev
RenderX




-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list