Re: schema validation

2006-06-13 Thread J.Pietschmann
Rick Roen wrote: I have substituted Saxon for Xalan so I could get XSLT 2.0 and XPath 2.0 support, but other than that, I think its pretty standard. Saxon is an XSLT processor. XSLT processors don't do the validation. XML parsers or specific validation processors are responsible for

Re: schema validation

2006-06-13 Thread J.Pietschmann
Rick Roen wrote: The free Saxon is an XSLT processor, but the one you pay for does include schema support. When you assign a schema in the XSLT, you get a message from Saxon that you need the other version. You seem to confuse validating against a schema with XSLT 2.0 schema support for data

Re: schema validation

2006-06-12 Thread J.Pietschmann
Rick Roen wrote: I'm using the batch file on Win-XP to run xml + xsl = fo -pdf. ... Is there some switch I can include in the batch file to allow schema validation for the xml? Not directly. I'm using Saxon-B 8.7.1 for the xslt which does not process schema, so I need an alternative.

RE: schema validation

2006-06-12 Thread Rick Roen
%LOCALCLASSPATH% org.apache.fop.cli.Main %FOP_CMD_LINE_ARGS% -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 3:26 PM To: fop-users@xmlgraphics.apache.org Subject: Re: schema validation Rick Roen wrote: I'm using the batch file on Win-XP to run xml + xsl