New base classes

2001-08-08 Thread John Gentilin
Scott, In the SQL Extension, I created two new base classes that are used throughout the package (DTMDocument and ObjectArray). Hopefully I am not reinventing the wheel and wrote code that already exists or they may prove to be a good base class to add in the ref package. One of my next tasks is

Streaming Mode

2001-08-08 Thread John Gentilin
Ok it seems to be working now, but I ran into a fundamental problem with stylesheets such as the mkay.xsl. The SQL Extension is set up to always contain the row-set/column-header nodes in memory and only stream through the row-set/row nodes. This way you can always refer back to the column-header

[Bug 2945] - Problem of getting of set of nodes: select="ancestor::myNode[@id='main']|ancestor::myNode[@id='aux']

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2945

[Bug 3047] - Xalan failing to escape non UTF-8 characters

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3047

Systemid syntax for files.

2001-08-08 Thread Stephane Bailliez
Hi, I'm currently trying to clean up the code in Ant dealing with the

Re: Generating namespaces dynamically

2001-08-08 Thread Gary L Peskin
Thanks, Tammam. I'm able to reproduce the problem. I'll look at it and get back to you. Gary [EMAIL PROTECTED] wrote: > > Hi Gary, > > Attached is my xslt, the input, the actual output, and the expected output. > Notice the output has the needed namespaces. > > (See attached file: dyn_outpu

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

2001-08-08 Thread dbertoni
dbertoni01/08/08 14:46:46 Modified:c/src/ICUBridge ICUBridgeCollationCompareFunctor.cpp ICUBridgeCollationCompareFunctor.hpp Log: Updates for ICU changes. Revision ChangesPath 1.16 +34 -39xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompar

cvs commit: xml-xalan/c/src/Include OS390Definitions.hpp

2001-08-08 Thread dbertoni
dbertoni01/08/08 14:46:16 Modified:c/src/Include OS390Definitions.hpp Log: New #define for ICU. Revision ChangesPath 1.5 +1 -1 xml-xalan/c/src/Include/OS390Definitions.hpp Index: OS390Definitions.hpp =

cvs commit: xml-xalan/c/xdocs/sources entities.ent

2001-08-08 Thread dleslie
dleslie 01/08/08 14:27:33 Modified:c/xdocs/sources entities.ent Log: Updated Xalan and Xerces release numbers Revision ChangesPath 1.18 +12 -12xml-xalan/c/xdocs/sources/entities.ent Index: entities.ent =

cvs commit: xml-xalan/c/src/XalanTransformer XalanCAPI.h

2001-08-08 Thread dbertoni
dbertoni01/08/08 14:18:51 Modified:c/src/XalanTransformer XalanCAPI.h Log: Updated comments. Revision ChangesPath 1.15 +13 -9 xml-xalan/c/src/XalanTransformer/XalanCAPI.h Index: XalanCAPI.h =

Re: Bug possibly related to preceding axis, Xalan 2.1.0

2001-08-08 Thread Scott_Boag
"Evan Lenz" <[EMAIL PROTECTED]> wrote: > I killed Xalan 2.1.0 after it chewed up > the CPU for 20 minutes... Hi Evan. Not too much of a surprise with 2.1.0 (long story). It runs fine with the latest CVS code. -scott

cvs commit: xml-xalan/c/samples/XalanTransformerCallback XalanTransformerCallback.cpp

2001-08-08 Thread dbertoni
dbertoni01/08/08 12:41:20 Modified:c/samples/XalanTransformerCallback XalanTransformerCallback.cpp Log: Added missing semicolons. Revision ChangesPath 1.2 +2 -2 xml-xalan/c/samples/XalanTransformerCallback/XalanTransformerCallback.cpp

[Bug 3047] - Xalan failing to escape non UTF-8 characters

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3047

Bug possibly related to preceding axis, Xalan 2.1.0

2001-08-08 Thread Evan Lenz
Some kind of horrible bug related to the preceding axis, I think. Saxon executes this in a couple seconds. I killed Xalan 2.1.0 after it chewed up the CPU for 20 minutes... Incidentally, the same thing happens on Linux and Win98. I know this report isn't in as useful a form as it could be, but I

Re: [Bug 3025] - HTML META tag not closed

2001-08-08 Thread Gary L Peskin
I'm not sure what standards you're talking about but it wouldn't be XSLT compliant as you can see from section 16.2 (http://www.w3.org/TR/xslt#section-HTML-Output-Method). In addition, the HTML standards (http://www.w3.org/TR/html4/struct/global.html#edef-META) show that it is forbidden to close

Re: Generating namespaces dynamically

2001-08-08 Thread talhamwy
Hi Gary, Attached is my xslt, the input, the actual output, and the expected output. Notice the output has the needed namespaces. (See attached file: dyn_output.txt)(See attached file: dyn_input.xml)(See attached file: dyn_expected_output.txt)(See attached file: dyn.xsl) Cheers, Tammam dyn_

cvs commit: xml-xalan/c/samples/SimpleXPathAPI SimpleXPathAPI.cpp

2001-08-08 Thread dbertoni
dbertoni01/08/08 10:40:53 Modified:c/samples/SimpleXPathAPI SimpleXPathAPI.cpp Log: Added missing header file. Revision ChangesPath 1.4 +5 -8 xml-xalan/c/samples/SimpleXPathAPI/SimpleXPathAPI.cpp Index: SimpleXPathAPI.cpp ===

cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax TemplatesAPITest.java TransformerAPITest.java TransformerFactoryAPITest.java

2001-08-08 Thread curcuru
curcuru 01/08/08 10:18:53 Modified:test/java/src/org/apache/qetest/trax TemplatesAPITest.java TransformerAPITest.java TransformerFactoryAPITest.java Log: Remove outdated attempts to force system property to Xalan implementation; make

cvs commit: xml-xalan/c/src/Include GCCDefinitions.hpp

2001-08-08 Thread dbertoni
dbertoni01/08/08 10:17:51 Modified:c/src/Include GCCDefinitions.hpp Log: Removed unnecessary #defines. Revision ChangesPath 1.15 +0 -2 xml-xalan/c/src/Include/GCCDefinitions.hpp Index: GCCDefinitions.hpp ==

cvs commit: xml-xalan/c/src Makefile.in

2001-08-08 Thread dbertoni
dbertoni01/08/08 10:14:28 Modified:c/srcMakefile.in Log: Removed ThreadSafe from samples. Revision ChangesPath 1.49 +21 -38xml-xalan/c/src/Makefile.in Index: Makefile.in === RCS file: /

[Bug 3047] New: - Xalan failing to escape non UTF-8 characters

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3047

[Bug 1408] - variable in imported xsl over-riding same variable in main xsl

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1408

cvs commit: xml-xalan/c/samples/SimpleXPathAPI SimpleXPathAPI.cpp

2001-08-08 Thread dbertoni
dbertoni01/08/08 09:20:08 Modified:c/samples/SimpleXPathAPI SimpleXPathAPI.cpp Log: Fixed problem with creating the input source. Revision ChangesPath 1.3 +1 -1 xml-xalan/c/samples/SimpleXPathAPI/SimpleXPathAPI.cpp Index: SimpleXPathAPI.cpp

RE: XALAN OutOfMemoryError.

2001-08-08 Thread Voytenko, Dimitry
Hi Nielsen,   > Is there any way to force XALAN to flush the result tree to a file incrementaly> instead of building the intire tree in the memory and then flush it If you would use any result type different from DOMResult Xalan wouldn't build any result tree in the memory at all. The

RE: decimal-format / format-number regression ?

2001-08-08 Thread Stephane Bailliez
Gary, > As you can see from my latest emails with David, I have come > full circle > on this. I believe the correct answers are: > > 0.812 > and > 81.23% > I'm now saying that stylesheets are -not- locale-specific based on a > more careful reading of the Recommendation and Erratum E10, as

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

2001-08-08 Thread dleslie
dleslie 01/08/08 08:54:26 Modified:java/xdocs/sources/xalan samples.xml trax.xml Log: Added Apache license (trax.xml) and Validate sample (samples.xml). Revision ChangesPath 1.37 +17 -1 xml-xalan/java/xdocs/sources/xalan/samples.xml Index: samples.xml ===

cvs commit: xml-xalan/c/src/PlatformSupport FormatterListener.cpp

2001-08-08 Thread dbertoni
dbertoni01/08/08 08:51:36 Modified:c/src/PlatformSupport FormatterListener.cpp Log: Fixed order of members in initializer list. Revision ChangesPath 1.3 +3 -3 xml-xalan/c/src/PlatformSupport/FormatterListener.cpp Index: FormatterListener.cpp ===

cvs commit: xml-xalan/java/samples/Validate Validate.java

2001-08-08 Thread dleslie
dleslie 01/08/08 08:50:38 Modified:java/samples/Validate Validate.java Log: Added Apache license. Revision ChangesPath 1.2 +57 -0 xml-xalan/java/samples/Validate/Validate.java Index: Validate.java =

cvs commit: xml-xalan/c/src Makefile.in

2001-08-08 Thread dbertoni
dbertoni01/08/08 08:46:33 Modified:c/srcMakefile.in Log: Added targets for new samples. Revision ChangesPath 1.48 +61 -1 xml-xalan/c/src/Makefile.in Index: Makefile.in === RCS file: /ho

cvs commit: xml-xalan/c/Projects/Win32/VC6/XPath XPath.dsp

2001-08-08 Thread dbertoni
dbertoni01/08/08 08:31:04 Modified:c/Projects/Win32/VC6/XPath XPath.dsp Log: Special inline optimization flag for SimpleNodeLocator.cpp. Revision ChangesPath 1.26 +13 -0 xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp Index: XPath.dsp =

RE: Xalan-J: list of referenced DOM nodes for an XPath expression?

2001-08-08 Thread Scott_Boag
> Would it be sensible to define an Interface > similar to XSLT's TraceListener for pure XPath also? My gut reaction would be no... those are performance intense places and I would rather not add more feature bloat. But if you can make a really good case why it makes sense, I might consider. -

Re: Support for xerces1.5

2001-08-08 Thread David_N_Bertoni
The source code in CVS is compatible with Xerces 1.5.1, if you want to build from the repository. We should be releasing a build at the beginning of next week. Dave

New Xalan test automation: bugzilla, extensions, xsltc tests available

2001-08-08 Thread Shane_Curcuru
More updates to the Xalan-J 2.x tests. Any feedback appreciated. I know at least four people who've actually been looking at the tests... Basic setup steps: (Yes, I'll have real docs later, but this should get anyone familiar with our builds running right away). checkout xml-xalan/java build j

cvs commit: xml-xalan/test build.xml test.properties

2001-08-08 Thread curcuru
curcuru 01/08/08 06:33:34 Modified:test build.xml test.properties Log: Implement extensions.classes and extensions targets, allowing automated testing of new extensions tests; minor updates to xsltc targets Revision ChangesPath 1.9 +105 -27 xml-xalan/test

cvs commit: xml-xalan/test/tests/extensions-gold/javascript javascriptSample5.out

2001-08-08 Thread curcuru
curcuru 01/08/08 06:31:48 Added: test/tests/extensions-gold/java javaRedir1.out javaRedir1a-from-build-extensions.out javaSample3.out javaSample4.out test/tests/extensions-gold/javascript javascriptSample5.out Log: Var

cvs commit: xml-xalan/test/tests/extensions/javascript javascriptSample5.xml javascriptSample5.xsl

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:59 Added: test/tests/extensions/java javaRedir1.java javaRedir1.xml javaRedir1.xsl javaSample3.java javaSample3.xml javaSample3.xsl javaSample4.java javaSample4.xml javaSample4.xsl

cvs commit: xml-xalan/test/tests/extensions-gold/javascript - New directory

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:25 xml-xalan/test/tests/extensions-gold/javascript - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/test/tests/extensions-gold/java - New directory

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:21 xml-xalan/test/tests/extensions-gold/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/test/tests/extensions-gold - New directory

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:17 xml-xalan/test/tests/extensions-gold - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/test/tests/extensions/javascript - New directory

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:14 xml-xalan/test/tests/extensions/javascript - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/test/tests/extensions/java - New directory

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:09 xml-xalan/test/tests/extensions/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/test/tests/extensions - New directory

2001-08-08 Thread curcuru
curcuru 01/08/08 06:30:02 xml-xalan/test/tests/extensions - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl ExtensionTestlet.java TestableExtension.java

2001-08-08 Thread curcuru
curcuru 01/08/08 06:29:18 Added: test/java/src/org/apache/qetest/xsl ExtensionTestlet.java TestableExtension.java Log: ExtensionTestlet is like StylesheetTestlet but also calls validation from Java-based extensions; TestableExtension is a base class that

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl XSLTestAntTask.java XSLTestAntTask.class

2001-08-08 Thread curcuru
curcuru 01/08/08 06:28:06 Modified:test/java/src/org/apache/qetest/xsl XSLTestAntTask.java XSLTestAntTask.class Log: Update writePassThruProps to properly have altPrefix override the default one Revision ChangesPath 1.3 +16 -6 xml-xalan

Re: XALAN OutOfMemoryError.

2001-08-08 Thread Joseph_Kesselman
>Is there any way to force XALAN to flush the result tree to a file incrementaly >instead of building the intire tree in the memory and then flush it If you ouput results as SAX rather than requesting that a DOM be built, that will be incremental. Your problem is probably the input tree. T

RE: Xalan-J: list of referenced DOM nodes for an XPath expression?

2001-08-08 Thread Mikko Honkala
With a little hacking it seems that I can get the information about which nodes the XPath expression evaluates on from these 2 methods in org.apache.xpath.axes.LocPathIterator.java : public XObject execute(XPathContext xctxt) // for single nodes public DTMIterator asIterator( XPathConte

[Bug 3020] - Xsltc does not take into account cdata-section-elements attribute

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3020

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler Copy.java

2001-08-08 Thread morten
morten 01/08/08 05:30:04 Modified:java/src/org/apache/xalan/xsltc/compiler Copy.java Log: Fix for use of attribute sets with the xsl:copy element. We were a bit too restrictive in our tests to see if it was safe to send the attributes to the output handler. We only compiled in

[Bug 2538] - xsltc does not merge attrib sets with same name

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2538

[Bug 1780] - xsltc will compile xml (not xsl) doc without complaint

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1780

[Bug 1430] - runtime error on MKay's example on using keys p. 472

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1430

[Bug 2863] - conf tests namespace72,85,91,93, and 94 fail in creating elements with namespace attributes

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2863

[Bug 2803] - xsltc fails conf test match15

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2803

[Bug 2803] - xsltc fails conf test match15

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2803

[Bug 2801] - xsltc fails conf test lre21 by copying ext namespace to lre

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2801

[Bug 2801] - xsltc fails conf test lre21 by copying ext namespace to lre

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2801

[Bug 2599] - xsltc fails conf test copy13,14,17 not copying comment and pi nodes

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2599

[Bug 1379] - Xsltc does not support namespace nodes (axis)

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1379

[Bug 2338] - test copy09 fails

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2338

[Bug 1408] - variable in imported xsl over-riding same variable in main xsl

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1408

Re: XALAN OutOfMemoryError.

2001-08-08 Thread Victor M. Moreno
Hi, just a little help in case it can help you there is another version: xalan-j_2_2_D8, last week updating this version resolved a different problem to me!! About your actual problem I cannot help you   Regards   Victor   __

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/dom DOMImpl.java

2001-08-08 Thread morten
morten 01/08/08 03:57:05 Modified:java/src/org/apache/xalan/xsltc/compiler Attribute.java AttributeSet.java Copy.java UseAttributeSets.java XslAttribute.java java/src/org/apache/xalan/xsltc/dom DOMImpl.java Log: Fix and

Re: decimal-format / format-number regression ?

2001-08-08 Thread Stephane Bailliez
Scott, Gary, David, (Gary, David, sorry to put you in CC, but my message took 2 days to appear in the list...and right now I was isolated from the world for 4h because of a router problem...so just in case...) Gary, Thanks for clarifying my mail I indeed was not very clear when mentioning "diffe

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler LiteralElement.java

2001-08-08 Thread morten
morten 01/08/08 02:17:09 Modified:java/src/org/apache/xalan/xsltc/compiler LiteralElement.java Log: Applied a fix to our class for handling literal result elements. The only attributes in the XSLT namespace we handle in LREs are exclude-result-prefixes and extension-element-pre

XALAN OutOfMemoryError.

2001-08-08 Thread Torben Nielsen
Hi   I have a reallly big problem runing Xalan.   Basically it has to to due with the memory that I currently uses.   Senario :     The xml file I'm running is currently 100M    The xsl file(s) I'm running is a master with imports and includes.   When running Xalan writes out the f

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler XslElement.java

2001-08-08 Thread morten
morten 01/08/08 02:05:19 Modified:java/src/org/apache/xalan/xsltc/compiler XslElement.java Log: Added a test to the element to verify that the element name given in the 'name' attribute contains something other than an empty string. PR: bugzilla 2794 Obtained from:

Support for xerces1.5

2001-08-08 Thread KARSTEN,MARNE (HP-SouthAfrica,ex1)
Hi Any indication on when support for xerces1.5 will be available in xalan? Regards Marne

[Bug 3020] - Xsltc does not take into account cdata-section-elements attribute

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3020

RE: Xalan-J: list of referenced DOM nodes for an XPath expression?

2001-08-08 Thread Mikko Honkala
TraceListener seems to be related to XSLT. I'm using the XPath implementation directly. Some background for what I'm trying to do: I'm implementing W3C XForms. It contains calculations defined in XPath. But in order to decide on calculation order, I will have to see which nodes a particular XPath

[Bug 3005] - xsltc fails output28 and output42 - problems with cdata-section-elements processing

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3005