DO NOT REPLY [Bug 10579] New: - Problem in XSL Transformation

2002-07-08 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_b

xsl-for-each

2002-07-08 Thread Rob Tice
Just a general posting as I am not sure if it is a bug or a feature of xsl. Using the latest xalan (don't know about the behaviour in previous versions) I cannot wrap an xsl:for-each as a variable e.g. I get a 'cannot convert tree fragment to node-list exception'. However, if I put the 'for ea

cvs commit: xml-xalan/c/src/XSLT ElemAttribute.cpp ElemComment.cpp ElemCopyOf.cpp ElemPI.cpp ExtensionNSHandler.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp XSLTEngineImpl.cpp XSLTEngineImpl.hpp XSLTProcessor.hpp

2002-07-08 Thread dbertoni
dbertoni2002/07/08 23:19:41 Modified:c/src/XSLT ElemAttribute.cpp ElemComment.cpp ElemCopyOf.cpp ElemPI.cpp ExtensionNSHandler.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp

cvs commit: xml-xalan/c/src/ICUBridge FunctionICUFormatNumber.cpp

2002-07-08 Thread dbertoni
dbertoni2002/07/08 18:03:13 Modified:c/src/ICUBridge FunctionICUFormatNumber.cpp Log: Fixed warning. Revision ChangesPath 1.8 +2 -2 xml-xalan/c/src/ICUBridge/FunctionICUFormatNumber.cpp Index: FunctionICUFormatNumber.cpp

DO NOT REPLY [Bug 10572] - not working in .

2002-07-08 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_b

DO NOT REPLY [Bug 10572] New: - not working in .

2002-07-08 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_b

cvs commit: xml-xalan/java/src/org/apache/xml/utils DefaultErrorHandler.java

2002-07-08 Thread mmidy
mmidy 2002/07/08 15:07:23 Modified:java/src/org/apache/xml/utils DefaultErrorHandler.java Log: resource error messages Revision ChangesPath 1.10 +8 -4 xml-xalan/java/src/org/apache/xml/utils/DefaultErrorHandler.java Index: DefaultErrorHandler.java

cvs commit: xml-xalan/java/src/org/apache/xalan/processor StylesheetHandler.java XSLTAttributeDef.java

2002-07-08 Thread mmidy
mmidy 2002/07/08 15:05:57 Modified:java/src/org/apache/xalan/processor StylesheetHandler.java XSLTAttributeDef.java Log: resource error messages Revision ChangesPath 1.53 +4 -4 xml-xalan/java/src/org/apache/xalan/processor/StylesheetH

Re: Variable accessed before it is

2002-07-08 Thread Joseph Kesselman
The fragment you gave us is too incomplete to analyse. Can you come up with a small working (or not-so-working) example that we can actually run to demonstrate the problem? The error message means just what it says: Somewhere in your stylesheet, you're trying to use the value of a variable in a c

Re: Questions about Xalan components?

2002-07-08 Thread David N Bertoni/Cambridge/IBM
Either xalan-def or xalan-c-users is OK -- xalan-c-users is more appropriate for Xalan-C++ specific questions. I haven't seen you posting on either of these lists, so likely you have posted to the wrong place. Dave

Questions about Xalan components?

2002-07-08 Thread Edward L. Knoll
Where do I direct questions on Xalan components? I'm trying to get more details on the differences between the Xalan C++ 'Xalan' and 'testXSLT' excutables. Given the lack of response, I assume I sent my message to the wrong place. Thanks for the help, Ed Knoll -- Edward L. Knoll Phone (wor

Variable accessed before it is

2002-07-08 Thread Esteban Gonzalez
I have declared a counter variable inside a template like this. http://www.w3.org/1999/XSL/Format";> 0 compiling it MSXML under XMLSpy works great.. but using xalan throws this exception javax.xml.transform.TransformerException: Variable accessed bef

Re: [PATCH] Bug 4603 (long)

2002-07-08 Thread zongaro
I just wrote: [[ I've just submitted a patch for Bugzilla bug 4603 . Thanks to Ilene Seeleman and Morris Kwan who helped by reviewing the patch. ]] With apologies to Ilene, that should be "Seelemann"! Thanks, Henry

Re: XSLTC and Sun's j2sdk1.4.0_01 problem

2002-07-08 Thread Jacek Ambroziak
> Hi Jacek, > > I couldn't reproduce this problem with 1.4.0_01 on > Solaris 8. I haven't run anything on Windows... in a long while; just Linux. So the problems I reported affect only 1.4.0_01 and 1.4.1-beta for Linux. Others seem to have experienced problems with this setup too. 1.4.0 is fin

[PATCH] Bug 4603 (long)

2002-07-08 Thread zongaro
Hello, I've just submitted a patch for Bugzilla bug 4603 . Thanks to Ilene Seeleman and Morris Kwan who helped by reviewing the patch. Following is a detailed explanation of the problem and the proposed patch. My apologies fo

Re: XSLTC and Sun's j2sdk1.4.0_01 problem

2002-07-08 Thread Tom Amiro
Hi Jacek, I couldn't reproduce this problem with 1.4.0_01 on Solaris 8. > XSLTMark 2.0 (Feb 28 2001) running on SunOS 5.8 sparc > Java Runtime Environment is Sun Microsystems Inc. 1.4.0_01 > Current time is 14:45:56 EDT, 08 Jul 2002 > > Results for driver XSLTCDriver > >

DO NOT REPLY [Bug 10476] - Xalan treats relative paths differently to Saxon

2002-07-08 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_b

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/trax TransformerImpl.java

2002-07-08 Thread tmiller
tmiller 2002/07/08 11:33:08 Modified:java/src/org/apache/xalan/xsltc/trax TransformerImpl.java Log: fixed conf tests copy21, copy22, expression02, idkey04, numbering91 with introduction of setSystemId on InputSource Revision ChangesPath 1.52 +7 -5 xml-xalan/j

DO NOT REPLY [Bug 10502] - spaces in href attribute of xml-stylesheet PI

2002-07-08 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_b

Re: Single threaded, Static link version of Xalan...

2002-07-08 Thread David N Bertoni/Cambridge/IBM
There is no download or configuratin available to build Xalan as a static library. You'll need to create your own project file based on the Xalan ones and build and test it yourself. You can ask about Xerces on the Xerces list. I believe there is a static build option for Xerces, but I've neve

Re: [PROBLEM]: XSLTC does not work

2002-07-08 Thread Tom Amiro
Hi, We'll do some testing with 1.4.1_01 to see if the problem is with the JVM or with XSLTC. Carsten, or anyone else, can you give us more information on the differences in output generated by Xalan versus XSLTC when you are not running on 1.4.1_01? Tom Ivelin Ivanov wrote: > > Sorry for

Re: Help, Transforming data into an existing document

2002-07-08 Thread Joseph Kesselman
>> So I am transforming into an element that is associated to the input > document but the element has not been inserted into the document > Do the same restrictions apply ?? ... That should _mostly_ be safe, though there is some possible ugly interaction on IDs (which are global across the Docum

Single threaded, Static link version of Xalan...

2002-07-08 Thread alan . coates
Hi, Is it possible to download/create a single threaded, static linked library version of the following libs, or do they require multithreaded functionality ??? DOMSupportD.lib XalanDOMD.lib XalanTransformerD XercesParserLiaisonD.lib XpathD.lib XSLTD.lib Xerces-c_1d.lib Thanks in advance, Alan

DO NOT REPLY [Bug 10502] - spaces in href attribute of xml-stylesheet PI

2002-07-08 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_b

Re: XML API's, location of source code

2002-07-08 Thread Shane Curcuru
To be more specific: xml-xalan/java/bin/xml-apis.jar is a precompiled jar of SAX/DOM/JAXP classes that's taken from an xml-commons project release. xml-xalan/java/src/xml-commons-src.tar.gz is the set of .java sources that created xml-apis.jar, and is also from an xml-commons project release. (