RE: problem with xalan:evaluate()

2002-02-14 Thread Gary L Peskin
It's difficult to tell what your exact problem is without a real example. However, the documentation for evaluate can be found at http://xml.apache.org/xalan-j/extensionslib.html#evaluate. Try making the argument a String by enclosing it in quotes. Evaluate expects a string. Gary -Original

RE: question about nodeset extension

2002-02-14 Thread Gary L Peskin
Change your xmlns:xalan namespace definition to xmlns:xalan="http://xml.apache.org/xalan"; as shown at http://xml.apache.org/xalan-j/extensionslib.html#xalanns Gary > -Original Message- > From: Michel GOOSSENS [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 12:04 AM >

DO NOT REPLY [Bug 6479] New: - Error in XPathAPI.selectNodeIterator(doc, xpath), creating incorrect number of nodes when query has 3 or more descendant-or-self steps

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Newbie problem

2002-02-14 Thread Shane Curcuru
Please see http://xml.apache.org/xalan-j/faq.html#faq-15 which points out that you have something wrong with your XML parser - whichever parser is actually being used by your servlet. Remember that the servlet engine (Tomcat or whatever) may re-map your classpath in non-obvious ways, and that cer

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/java/src/org/apache/xalan/xslt EnvironmentCheck.java

2002-02-14 Thread curcuru
curcuru 02/02/14 09:51:23 Modified:java/src/org/apache/xalan/xslt EnvironmentCheck.java Log: Update various .jar sizes for recent builds and 2.3.0 Revision ChangesPath 1.10 +30 -8 xml-xalan/java/src/org/apache/xalan/xslt/EnvironmentCheck.java Index: Environ

DO NOT REPLY [Bug 6470] - parent:: axis doesn't work in template example

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6470] New: - parent:: axis doesn't work in template example

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/java/xdocs/sources/xalan samples.xml

2002-02-14 Thread dleslie
dleslie 02/02/14 08:12:28 Modified:java/xdocs/sources/xalan samples.xml Log: Added xml-apis.jar to required classpath for running samples. Revision ChangesPath 1.46 +1 -1 xml-xalan/java/xdocs/sources/xalan/samples.xml Index: samples.xml =

RE: XSLTInputSource with Xalan1.3

2002-02-14 Thread David N Bertoni/CAM/Lotus
> Thanks for the Reply Dave, > I got the problem. I was trying to pass istream with default namespace. > Now, I changed it and it works fine. > > using namespace std; > > //Result Target. > XalnDOMString asTransformedOutput; > DOMStringPrintWriter aDOMStrPrintWriter(asTransfo

DO NOT REPLY [Bug 6312] - [Cocoon2][Xalan2J] Translets - Problems with using JAXPTransletOneTransformation if we use XMLReader/TemplatesHandler

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Newbie problem

2002-02-14 Thread Illarramendi Amilibia, Aitor
Hi:       I'm trying to run one Xalan's source sample, a servlet like this one:       import javax.xml.transform.TransformerFactory;import javax.xml.transform.Transformer;import javax.xml.transform.Source;import javax.xml.transform.stream.StreamSource;import javax.xml.transform.stream.St

cvs commit: xml-xalan/java/src manifest.xsltc

2002-02-14 Thread amiro
amiro 02/02/14 07:15:58 Modified:java/src manifest.xsltc Log: removed classpath line Revision ChangesPath 1.6 +0 -1 xml-xalan/java/src/manifest.xsltc Index: manifest.xsltc === RCS file:

cvs commit: xml-xalan/java build.xml

2002-02-14 Thread amiro
amiro 02/02/14 07:04:23 Modified:java build.xml Log: use manifest.xsltc when making xsltc.bundledjar target Revision ChangesPath 1.165 +7 -3 xml-xalan/java/build.xml Index: build.xml ==

cvs commit: xml-xalan/java/src manifest.xsltc

2002-02-14 Thread amiro
amiro 02/02/14 07:00:29 Modified:java/src manifest.xsltc Log: fixed typo Revision ChangesPath 1.5 +3 -3 xml-xalan/java/src/manifest.xsltc Index: manifest.xsltc === RCS file: /home/cvs/x

cvs commit: xml-xalan/java/src manifest.xsltc

2002-02-14 Thread amiro
amiro 02/02/14 06:53:56 Modified:java/src manifest.xsltc Log: added name sections for support jar software Revision ChangesPath 1.4 +48 -0 xml-xalan/java/src/manifest.xsltc Index: manifest.xsltc =

cvs commit: xml-xalan/java/src manifest.xsltc

2002-02-14 Thread amiro
amiro 02/02/14 06:32:15 Modified:java/src manifest.xsltc Log: remvoed Main-class line since we have two main classes (Compile, Transform) Revision ChangesPath 1.3 +1 -3 xml-xalan/java/src/manifest.xsltc Index: manifest.xsltc ==

DO NOT REPLY [Bug 6463] - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6463] New: - Severe Performance problems (Memory + Time taken) compared to SAXON

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6312] - [Cocoon2][Xalan2J] Translets - Problems with using JAXPTransletOneTransformation if we use XMLReader/TemplatesHandler

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/java build.xml

2002-02-14 Thread tmiller
tmiller 02/02/14 04:45:40 Modified:java build.xml Log: added steps to xsltc.bundledjar to make META-INF and services directory with a service provider for xsltc Revision ChangesPath 1.164 +9 -2 xml-xalan/java/build.xml Index: build.xml =

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc javax.xml.transform.TransformerFactory

2002-02-14 Thread tmiller
tmiller 02/02/14 04:44:33 Added: java/src/org/apache/xalan/xsltc javax.xml.transform.TransformerFactory Log: added a service provide source file to be copied into xsltc.jar (bundled jar) Revision ChangesPath 1.1 xml-xalan/jav

DO NOT REPLY [Bug 5890] - XSLTC command line changes not documented

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5363] - Problem with setInclude() and a 'ghost' template

2002-02-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

problem with xalan:evaluate()

2002-02-14 Thread Filkorn Roman
Hi all,   I am trying to use extension function 'http://xml.apache.org/xalan:evaluate' with this results:   - if parameter is something what can be evaluated (for example: '{view:format($Formatter,"user")}' ), everything goes right.   - if parameter is combined (text & ..., for example: 'Sta