[xep-support] How do I turn on validation when generating a PDF?

Kevin Brown kevin at renderx.com
Mon Aug 22 10:38:27 PDT 2005


>From the on-line documentation:

On the command line --
(http://www.renderx.com/reference.html#Command-Line_XEP):

java com.renderx.xep.XSLDriver 
                   {option}  {-quiet | -version | -valid | -hosted}
                   ( [-xml] <infile> [-xsl <stylesheet>] {-param
<name=value>}
                   | -fo <infile> 
                   | -xep <infile> )
                   [[-out | -pdf | -ps | -at] <outfile>] 
                   [-format <output format>]
 

-valid :turns off validation 

Changing the command line --
(http://www.renderx.com/reference.html#Core_Options)

VALIDATE 

Boolean value (true/false). Controls validation of input. In non-validating
mode, XEP runs faster and takes less memory; however, less errors are
intercepted, and the results of formatting are less predictable for
malformed input. We discourage setting this switch to false until your
stylesheets are thoroughly debugged. 

Default: true 

So -DVALIDATE=false added to the java command line

Kevin

-----Original Message-----
From: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com]
On Behalf Of viking
Sent: Monday, August 22, 2005 10:02 AM
To: RenderX
Subject: [xep-support] How do I turn on validation when generating a PDF?

What is the command option?

Thanks
Sent via Cingular Xpress Mail with Blackberry
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address you are
subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service
http://www.renderx.com/terms-of-service.html

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list