[xep-support] Re: XSL-FO validation issues on Win7/64bit

Kevin Brown kevin at renderx.com
Wed Feb 16 09:45:51 PST 2011


My mistake Dave, it is required for validation but as Michael Sulyaev points
out validation is a parsing step run by XT. So it could be XT or it could be
in the default SAX parser used by XT.

Kevin



-----Original Message-----
From: Jan Tošovský [mailto:j.tosovsky at gmc.net] 
Sent: Wednesday, February 16, 2011 12:14 AM
To: kevin at renderx.com; RenderX Community Support List
Subject: RE: [xep-support] Re: XSL-FO validation issues on Win7/64bit

If you mean something like this:
java -Xss2m -Xmx1024m -cp
C:\db\progs\xep\lib\xep.jar;C:\db\progs\xep\lib\saxon.jar
com.renderx.xep.XSLDriver -DCONFIG=C:\db\progs\xep\xep.xml
C:\db\output\output.fo

it doesn't help.  I am getting the same errors.
I'll prepare some not confidential data for your further investigation.

Regards,
Jan

-----Original Message-----
From: xep-support-bounces at renderx.com
[mailto:xep-support-bounces at renderx.com] On Behalf Of Kevin Brown
Sent: Wednesday, February 16, 2011 2:26 AM
To: 'RenderX Community Support List'
Subject: [xep-support] Re: XSL-FO validation issues on Win7/64bit

OK, here is my thoughts on this:

> java -Xss2m -Xmx1024m -cp C:\db\progs\xep\lib\xep.jar
com.renderx.xep.XSLDriver -DCONFIG=C:\db\progs\xep\xep.xml
C:\db\output\myfile.fo

The failure in all your applications I believe is a failure in 64bit Java
XSL transform. 

Use Saxon, please .... and test again.

The above command explicitly EXCLUDES any transformer from the Classpath and
therefore it is using the default Java transform XALAN -- and this is where
the error lies I believe - 64bit transform with XALAN in memory.



More information about the Xep-support mailing list