DOM2DOM Hierarchy Error

2002-03-15 Thread Andre Fonseca
Hi, I have the following xml and xsl files input into the SAX2SAX and DOM2DOM sample apps. It works fine with SAX2SAX but it throws an Error with DOM2DOM. Can anybody help me out ? I am using Xalan-J 2.3.1 and Sun JDK1.3 ## XML FILE ]>

FunctionTable.installFunction() with custom XPath function with JDK1.4

2002-03-15 Thread Ari Kermaier
Hi All, I've created a custom XPath function by extending the org.apache.xpath.functions.Function class. To install it at runtime, I use the org.apache.xpath.compiler.FunctionTable.installFunction(String name, Expression func) method. This worked just fine with Xalan-J 2.2.0 and 2.3.1 using JDK

strange problem with apply-templates.

2002-03-15 Thread Guoliang Cao
Hi, I'm getting this problem: and are giving me different result. From my knowledge, this should not happen. What am I doing wrong here? xsl, input xml and output xml are attached. thanks, Guoliang Cao http://xml.apache.org/xalan"; xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; exc

Re: including dynamic image in XSL:FO

2002-03-15 Thread David N Bertoni/Cambridge/IBM
This is an XSLT list, not an XSL:FO list. You should post your question on the Mulberry Technologies XSL list. This list is for Xalan-specific questions. Dave

Re: J2RE 1.4 & Xalan-J 2

2002-03-15 Thread Raber Chris
Right. You also need to include xml-apis.jar... --- "Isaac S." <[EMAIL PROTECTED]> wrote: > > I added the following argument to the command > line: > > > > -Xbootclasspath:\Programs\Java\xalan.jar;\Programs\Java\xercesImpl.jar; > > > > But it still doesn't work. Now I get the following > error me

Re: J2RE 1.4 & Xalan-J 2

2002-03-15 Thread Isaac S.
> I added the following argument to the command line: > -Xbootclasspath:\Programs\Java\xalan.jar;\Programs\Java\xercesImpl.jar; > > But it still doesn't work. Now I get the following error message: > > Error occurred during initialization of VM > java/lang/NoClassDefFoundError: java/lang/Object T

Re: J2RE 1.4 & Xalan-J 2

2002-03-15 Thread Raphael Goubet
At 15:57 15/03/02, you wrote: JRE 1.4 includes it's own SAX parser (crimson) and earlier versions of Xalan. Put the newer Xerces+Xalan classes on the boot class path. See the archives of this list for additional notes on this subject, several by yours truly :-) I added the following argument to the

Re: J2RE 1.4 & Xalan-J 2

2002-03-15 Thread Raber Chris
JRE 1.4 includes it's own SAX parser (crimson) and earlier versions of Xalan. Put the newer Xerces+Xalan classes on the boot class path. See the archives of this list for additional notes on this subject, several by yours truly :-) -Chris. --- Raphael Goubet <[EMAIL PROTECTED]> wrote: > Hi, > >

including dynamic image in XSL:FO

2002-03-15 Thread Katiyar, Bhawana
I want to include an image that is dynamically generated in a servlet and included in xsl as follows: http://localhost:7001/ServletChart";> Does anyone know how can I include image output stream from a servlet in an xsl:fo file. Thanks in Advance Bhawana

Re: xslt vs vtl

2002-03-15 Thread Joseph Kesselman/CAM/Lotus
I wasn't aware of VTL; took a very quick look. It'd be a lot easier to comment if I could see some short examples, but I haven't yet found a "samples" section. It sounds like they really aren't playing in the same ballfield. Their description says "It permits anyone to use the simple yet powerful

J2RE 1.4 & Xalan-J 2

2002-03-15 Thread Raphael Goubet
Hi, Since I installed the SUN JRE 1.4 (on Win98), I can't get Xalan working. When I run it, I get the following message: Exception in thread "main" java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_fr     at org.apache.xalan.xslt.Process.main(Unknown Source) I used the Envi