XPath 2.0 XSLT 2.0

2004-10-20 Thread MIDON ALEXIS
Hi, I would like to know if FOP is compliant with XPath 2.0 XSLT 2.0. I guess it is not since the last FOP release is former to these standards. Could you confirm? Thx, Alexis

Re: XPath 2.0 XSLT 2.0

2004-10-20 Thread Clay Leeds
Andreas, Could you explain how one would 'plug in Saxon 7 instead' of Xalan for parsing? I looked in the FAQ, and only found this blurb[1]: Problems specific to a certain XSLT processor, like Xalan, Saxon or MSXML, should be handled by processor specific lists. This includes problems with

RE: XPath 2.0 XSLT 2.0

2004-10-20 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] snip / In the same fashion, one could opt to use an XML parser other than Xerces. FYI: While browsing through the sources, I found only one direct reference to a Xerces-specific class (in:

Re: XPath 2.0 XSLT 2.0

2004-10-20 Thread Clay Leeds
On Oct 20, 2004, at 10:28 AM, Andreas L. Delmelle wrote: -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Could you explain how one would 'plug in Saxon 7 instead' of Xalan for parsing? Maestro, Should be quite simple really: replace the Xalan jar in your JVM's 'lib/endorsed'

Re: XPath 2.0 XSLT 2.0

2004-10-20 Thread Clay Leeds
On Oct 20, 2004, at 11:41 AM, Clay Leeds wrote: On Oct 20, 2004, at 10:28 AM, Andreas L. Delmelle wrote: -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Could you explain how one would 'plug in Saxon 7 instead' of Xalan for parsing? Maestro, Should be quite simple really:

Re: XPath 2.0 XSLT 2.0

2004-10-20 Thread J.Pietschmann
Andreas L. Delmelle wrote: Should be quite simple really: replace the Xalan jar in your JVM's 'lib/endorsed' directory with Saxon's jar. Note that this will wreck all Java applications on the system which need a writable DOM implementation, because the read-only DOM implementation supplied with

(Moved from fop-dev:) RE: Help required -- Converting TeX files to XML

2004-10-20 Thread Andreas L. Delmelle
Hi, Can anyone guide me how to add hyphenation for Japanese language? I have got .tex file for SJIS i.e. SJIS.tex, but according to FOP's documentation, I need to convert it in .xml file. I don't know how to convert it. So, please guide for the same. Check:

RE: XPath 2.0 XSLT 2.0

2004-10-20 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L. Delmelle wrote: Should be quite simple really: replace the Xalan jar in your JVM's 'lib/endorsed' directory with Saxon's jar. Note that this will wreck all Java applications on the system which need a