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

From: Kevin Brown <kevin@renderx.com>
Date: Mon Aug 22 2005 - 10:38:27 PDT

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@renderx.com [mailto:owner-xep-support@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@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@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
Received on Mon, 22 Aug 2005 10:38:27 -0700

This archive was generated by hypermail 2.1.8 : Mon Aug 22 2005 - 11:03:21 PDT