Re: Extensions won't work without existing XML in the result?

2001-08-07 Thread Gary L Peskin
Kevin -- I don't have JDOM installed at the moment and I'm too lazy to try at this hour. Please try to substitute the following program, which works for me just fine: import java.io.*; import java.net.*; import java.util.*; i

[Bug 3025] - HTML META tag not closed

2001-08-07 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=3025

Re: decimal-format / format-number regression ?

2001-08-07 Thread Gary L Peskin
Stephane -- 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 pointed out

Re: FilterExpr less sorting for SQL & other uses (was Re: [Bug 2925] - Parametersetfrom DOM Node, broken)

2001-08-07 Thread John Gentilin
Oops, read my mail boxes out of order. Will try the overload and get back to you. [EMAIL PROTECTED] wrote: > Overriding isNodeAfter is definately what you want to do, in any case. > > > There is this while loop at the end of the function > > Actually it's a do loop with a while test at the end

[Bug 3036] - format-number fails in non-US locale

2001-08-07 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=3036

cvs commit: xml-xalan/java/src/org/apache/xalan/templates FuncFormatNumb.java

2001-08-07 Thread garyp
garyp 01/08/07 21:59:07 Modified:java/src/org/apache/xalan/templates FuncFormatNumb.java Log: Fix bugzilla bug 3036 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3036). When no xsl:decimal-format element is supplied in the composed stylesheet, the defaults specified in the

[Bug 3036] New: - format-number fails in non-US locale

2001-08-07 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=3036

Re: decimal-format / format-number regression ?

2001-08-07 Thread Gary L Peskin
David -- I guess the question that the erratum raises is what does with no arguments mean. I just looked at the Recommendation again and I see what you're saying because there is a default value specified for each attribute. I assumed that the default value was only the default value when

Re: FilterExpr less sorting for SQL & other uses (was Re: [Bug 2925] - Parametersetfrom DOM Node, broken)

2001-08-07 Thread Scott_Boag
John, I eliminated the need for the do/while duplicate check in WalkingIterator#nextNode(). From the commit message: Eliminate do/while check for duplicates in AxesWalker#nextNode() by using WalkingIteratorSorted for cases where both the preceding[-sibling] and following[-sibling] axes are bei

Re: decimal-format / format-number regression ?

2001-08-07 Thread David_Marston
>> is Stephane Bailliez > is Gary Peskin >>However what is supposed to be the behavior when a decimal-format does >>not define all characters used in the pattern ? In this case it could >>simply mean that we decided to go with the locale separators... >Yes. I think that XalanJ should internall

cvs commit: xml-xalan/java/src/org/apache/xpath/axes AxesWalker.java WalkerFactory.java WalkingIteratorSorted.java

2001-08-07 Thread sboag
sboag 01/08/07 20:55:52 Modified:java/src/org/apache/xpath/axes AxesWalker.java WalkerFactory.java WalkingIteratorSorted.java Log: Eliminate do/while check for duplicates in AxesWalker#nextNode() by using WalkingIteratorSorted for cases where both the pre

Re: Extensions won't work without existing XML in the result?

2001-08-07 Thread burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary L Peskin <[EMAIL PROTECTED]> writes: > We'd have to see your extension code to diagnose/correct the problem. Sure... now problem. See the below: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/~checkout~/reptile/src/java/org/openprivacy/rept

Re: FilterExpr less sorting for SQL & other uses (was Re: [Bug 2925] - Parametersetfrom DOM Node, broken)

2001-08-07 Thread Scott_Boag
Overriding isNodeAfter is definately what you want to do, in any case. > There is this while loop at the end of the function Actually it's a do loop with a while test at the end (the formatting does make it look like a empty while loop). The check is to make sure we don't have duplicate nodes

Re: FilterExpr less sorting for SQL & other uses (was Re: [Bug 2925] - Parameterset from DOM Node, broken)

2001-08-07 Thread John Gentilin
Scott, It looks like it may work. I think that AxesWalker#nextNode() is getting confused because the node identity from row to row is the same. There is this while loop at the end of the function that seems to be causing the problem although I can't see the problem with the logic. I will modify

Re: [Bug 3030] New: - SQL Query Returns Non-Well-Formed Result

2001-08-07 Thread John Gentilin
Can you supply the metrics of the query. i.e. # cols , # rows. Can you dial back on the number of rows and see if it still fails. What is complex about the query ?? JohnG [EMAIL PROTECTED] wrote: > PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT > ON THE STATUS OF THIS BUG PLEASE FOLL

Re: Xalan-Java 2.1.0 SQL Library and Grouping

2001-08-07 Thread John Gentilin
Paul, A streaming result set is a few days away yet. The SQL extension handles them but we uncovered a bug in Xalan that was defeating our cause. Once it does work, A) the default behavior will be streaming mode so there is nothing to do and B) it can be controlled with the enableStreamingMode()

[Bug 3031] New: - current() function doesn't work within nested predicates

2001-08-07 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=3031

[Bug 3027] - java.lang.NoSuchMethodError in running samples on 2.2D6 and D8

2001-08-07 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=3027

Re: decimal-format / format-number regression ?

2001-08-07 Thread Gary L Peskin
Stephane Bailliez wrote: > ... > The problem is that in this case working with a format-number without > specifically redefining the decimal-format is like shooting yourself in the > foot. Well, only if you want your stylesheet to run in multiple locales. > It does not make sense to specify a p

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

2001-08-07 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

[Bug 2952] - xsltc fails conf test output24

2001-08-07 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=2952

[Bug 3030] New: - SQL Query Returns Non-Well-Formed Result

2001-08-07 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=3030

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

2001-08-07 Thread mmidy
mmidy 01/08/07 14:50:48 Modified:java/src/org/apache/xalan/transformer TransformerImpl.java Log: Fix for bugzilla 1251. Make sure exceptions are thrown when we're on the main thread. Revision ChangesPath 1.113 +19 -7 xml-xalan/java/src/org/apache/xalan/transfo

[Bug 3027] - java.lang.NoSuchMethodError in running samples on 2.2D6 and D8

2001-08-07 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=3027

[Bug 3027] - java.lang.NoSuchMethodError in running samples on 2.2D6 and D8

2001-08-07 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=3027

[Bug 2951] - xsltc fails conf test output10 not disabling output escaping of value assinged to variable

2001-08-07 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=2951

[Bug 2948] - xsltc fails conf test output04 on char ents © and È in html

2001-08-07 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=2948

[Bug 2937] - xsltc fails conf test impincl15 not honoring mode in imported xsl

2001-08-07 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=2937

[Bug 2932] - xsltc fails conf test axes114 and 115 preceding-sibling::foo[1] vs. (preceding-sibling::foo)[1]

2001-08-07 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=2932

[Bug 2931] - xsltc fails conf test numbering66 et al

2001-08-07 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=2931

[Bug 2901] - xsltc fails conf tests numbering39,40

2001-08-07 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=2901

[Bug 2890] - xsltc fails conf test numberformat38 on pattern for NaN

2001-08-07 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=2890

[Bug 2888] - xsltc fails conf test numberformat06 on format-number per-mille format

2001-08-07 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=2888

[Bug 2886] - xsltc fails conf test node25 not selecting templates based on priority correctly

2001-08-07 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=2886

[Bug 2864] - conf test node06 fails, name() without args prefixed name with ns URI

2001-08-07 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=2864

[Bug 2804] - xsltc fails math105 which has value-of select="9876543210"

2001-08-07 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=2804

[Bug 3027] - java.lang.NoSuchMethodError in running samples on 2.2D6 and D8

2001-08-07 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=3027

[Bug 2805] - xsltc fails conf test math94 returning 0 instead of NaN

2001-08-07 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=2805

[Bug 2834] - xsltc fails conf test modes11 not selecting comment node, modes12 not selecting processing-instruction node

2001-08-07 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=2834

[Bug 2840] - xsltc fails conf test namespace16 not ignoring top-level element in unknown namespace

2001-08-07 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=2840

[Bug 3027] - java.lang.NoSuchMethodError in running samples on 2.2D6 and D8

2001-08-07 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=3027

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

2001-08-07 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

[Bug 3027] New: - java.lang.NoSuchMethodError in running samples on 2.2D6 and D8

2001-08-07 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=3027

[Bug 2954] - xsltc fails output25

2001-08-07 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=2954

[Bug 1498] - XSLTMark benchmark test 'xpath' has missing output

2001-08-07 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=1498

[Bug 1487] - xsltc doesn't support params/vars defined in other modules

2001-08-07 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=1487

[Bug 2291] - Reading "META-INF/services/" should NOT assume default character encoding is UTF-8

2001-08-07 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=2291

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

2001-08-07 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=3025

[Bug 1410] - sort descending w/ nodes along ancestor axis backward

2001-08-07 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=1410

FilterExpr less sorting for SQL & other uses (was Re: [Bug 2925] - Parameterset from DOM Node, broken)

2001-08-07 Thread Scott_Boag
Hi John. OK, I think I have this working pretty well. I did a test with the mkay stylesheet and it does not seem to be sorting the nodes any longer. >From the commit note: Added isDocOrdered() and getAxis() to both DTMIterator and AxesWalker, and implemented appropriate overloads in derived or

cvs commit: xml-xalan/java/src/org/apache/xpath/objects XObjectFactory.java

2001-08-07 Thread sboag
sboag 01/08/07 12:16:43 Modified:java/src/org/apache/xalan/extensions XSLProcessorContext.java java/src/org/apache/xml/dtm DTMIterator.java java/src/org/apache/xml/dtm/ref DTMAxisIteratorBase.java java/src/org/apache

Re: decimal-format / format-number regression ?

2001-08-07 Thread Gary L Peskin
> Stephane Bailliez wrote: > > Hi, > > It looks like there is some kind of regression w/ format-number / > decimal-format, but I'm unsure if this is a regression or a stricter > conformance. > Thinking about it, it might be normal... > > > gives 0,812 w/ xalan 1.2.2 > gives 0001. w/ xalan cvs

Re: Xalan C crashing on XML comments

2001-08-07 Thread David_N_Bertoni
Thanks, I just checked in a fix for this. Dave Matt Leinhos

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp

2001-08-07 Thread dbertoni
dbertoni01/08/07 11:41:49 Modified:c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp Log: Fixed bug where PIs or comments before the document element would result in a document without a document element. Revision ChangesPath 1.7 +6 -1 xml-xalan/c/src/

Re: decimal-format / format-number regression ?

2001-08-07 Thread Gary L Peskin
Okay. Got it. Gary [EMAIL PROTECTED] wrote: > > Yep. I'll leave this to you then. Thanks! > > -scott > > > Gary L Peskin > h.com> cc: (bcc: Scott Boag/CAM/Lotus) > Subje

Re: decimal-format / format-number regression ?

2001-08-07 Thread David_Marston
Stephane Bailliez wrote: >It looks like in xalan 1, it was able to cope w/ a different separator >than the locale one when none was defined explicitely. You forgot to tell us about your locale. Also, we need to know if you used xsl:decimal-format to change any characters. The JRE in use might al

Re: decimal-format / format-number regression ?

2001-08-07 Thread Scott_Boag
Yep. I'll leave this to you then. Thanks! -scott Gary L Peskin

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

2001-08-07 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

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

2001-08-07 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

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

2001-08-07 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

RE: problem with XSLTC ....

2001-08-07 Thread Voytenko, Dimitry
Hi Ivan, > String value = > "org.apache.xalan.xsltc.runtime.TransformerFactoryImpl"; Try "org.apache.xalan.xsltc.trax.TransformerFactoryImpl". I didn't see org.apache.xalan.xsltc.runtime.TransformerFactoryImpl class. And read release notes for XSLTC. Its team claims that not all of TRAX has been

problem with XSLTC ....

2001-08-07 Thread Ivan Georgiev
Hello friends, I tried to use XSLTC transformation instead of the "original" xalan transformation. According to the notes I did: 1) put all of the jars in the classpath : ., xsltc.jar, runtime.jar, BCEL.jar, Jlex.jar, java_cup.jar, . 2) set the properties:

Re: Xalan C crashing on XML comments

2001-08-07 Thread Matt Leinhos
sure. it's the assertion for getting the root element: matt@pestilence:~/xml_support/xml-xalan-1_1-linux/c/bin> ./XPathWrapper /home/matt/public_html/xml/weird2.xml '/' '//*' XPathWrapper: /home/stevea/xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp:112: class vector >,__default_alloc_template

Re: decimal-format / format-number regression ?

2001-08-07 Thread Gary L Peskin
Scott -- Try: java -Duser.region=fr -Duser.language=FR org.apache.xalan.xslt.Process -xsl stylesheet-name I was just looking at this too. Great minds think alike. I'm not sure if the format strings are supposed to vary by locale or whether the symbols are fixed by the XSLT definition. I wa

Re: decimal-format / format-number regression ?

2001-08-07 Thread Scott_Boag
??? Stephane, 0001. for would certainly be incorrect. However: http://www.w3.org/1999/XSL/Transform";> Yields: 0.812 81.23% for me, which seems correct. So I'm not sure what the explanation is for your results. -scott

[Bug 1259] - problem wuth xpath

2001-08-07 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=1259

Re: Generating namespaces dynamically

2001-08-07 Thread Gary L Peskin
Tammam -- See section 7.1.3 of the XSLT Recommendation: "XSLT processors may make use of the prefix of the QName specified in the name attribute when selecting the prefix used for outputting the created attribute as XML; however, they are not required to do so and, if the prefix is xmlns, they m

[Bug 1696] - org.apache.xml.utils.FastStringBuffer causes a StringIndexOutOfBoundsException

2001-08-07 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=1696

Re: Xalan C crashing on XML comments

2001-08-07 Thread David_N_Bertoni
It's hard to say without knowing what the assertion is. Can you post the text of the assertion? Dave Matt Leinhos

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

2001-08-07 Thread Gary L Peskin
I'm not sure what you're getting at here, Mikko, but have a look at the TraceListener interface. It gets fired whenever a node is selected. Gary Mikko Honkala wrote: > > Hi, > > is there anything in the current XPath implementation in Xalan-J that would > help me to get a list of DOM nodes th

Xalan C crashing on XML comments

2001-08-07 Thread Matt Leinhos
Hello, While working with Xalan C 1.1 on Redhat Linux 6.1, I discovered that the following document causes the XPathWrapper to die on an assertion: * However, this document passes fine: *

[Bug 2398] - Extension element cannot get NodeList from context Node

2001-08-07 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=2398

[Bug 2355] - VariableStack access by QName

2001-08-07 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=2355

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

2001-08-07 Thread dleslie
dleslie 01/08/07 08:52:15 Added: java/samples/Validate readme.html Validate.java Log: Validate sample checks the validity of 1 xml file or all the xml files in the specified directory. Revision ChangesPath 1.1 xml-xalan/java/samples/Validate/readme.h

cvs commit: xml-xalan/java build.xml

2001-08-07 Thread dleslie
dleslie 01/08/07 08:51:19 Modified:java build.xml Log: Added Validate sample to build. Revision ChangesPath 1.122 +10 -7 xml-xalan/java/build.xml Index: build.xml === RCS file: /home/cvs

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

2001-08-07 Thread Mikko Honkala
Hi Joseph, my problem was that when I run: XPathApi.eval(arbitrary_xpath,root), I can only get the result of the XPath. I would need the nodes which are part of the calculation in addition to the result... So maybe I can get them thru the XPath object after init and eval? XPath xpath = new XP

cvs commit: xml-xalan/java/samples/Validate - New directory

2001-08-07 Thread dleslie
dleslie 01/08/07 08:49:41 xml-xalan/java/samples/Validate - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2001-08-07 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

Generating namespaces dynamically

2001-08-07 Thread talhamwy
I am having trouble outputing namespace declarations in elements as follows: http://xml.apache.org/xslt' "/> : : I get the namespaces in the gen:stylesheet tag on the first iteration, but not any subse

Re: Extensions won't work without existing XML in the result?

2001-08-07 Thread Gary L Peskin
We'd have to see your extension code to diagnose/correct the problem. Thanks, Gary burtonator wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > OK. > > This is strange. I have the following stylesheet. The problem is that I can't > use an extension without a root element (NPEs)

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

2001-08-07 Thread morten
morten 01/08/07 07:46:23 Modified:java/src/org/apache/xalan/xsltc/compiler DocumentCall.java Log: Fix for document() function. Prevents run-time error. PR: n/a Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision

[Bug 2536] - merged attrib sets with redundant attribs last one applies

2001-08-07 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=2536

[Bug 1534] - xsl:param used multiple times is not re-evaluated, subseq. param value is wrong

2001-08-07 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=1534

[Bug 1441] - copy-of @* within a copy template not copying the attributes

2001-08-07 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=1441

[Bug 2921] - attribute outside of element with "*|@*" vs "@*|*"

2001-08-07 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=2921

[Bug 1506] - xsltc ingores exclude-result-prefixes attribute of LRE

2001-08-07 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=1506

[Bug 2935] - xsltc fails conf test conditional14 on if with subelement

2001-08-07 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=2935

[Bug 2624] - xsltc fails conf test idkey18, 31, and 32 with runtime errors

2001-08-07 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=2624

[Bug 1376] - match patterns with id() and key() as core fail

2001-08-07 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=1376

[Bug 1521] - literal result elements created with element tag on same lin

2001-08-07 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=1521

[Bug 1410] - sort descending w/ nodes along ancestor axis backward

2001-08-07 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=1410

[Bug 1404] - relative paths in include/imports cause problems

2001-08-07 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=1404

[Bug 1404] - relative paths in include/imports cause problems

2001-08-07 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=1404

[Bug 2719] - xsltc fails conf test impincl08 can't find doc referenced from import

2001-08-07 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=2719

[Bug 2794] - xsltc fails conf test lre12, no warning and <>

2001-08-07 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=2794

[Bug 2836] - xsltc fails conf test modes15 runtime unable to pop operand off stack

2001-08-07 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=2836

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

2001-08-07 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 2603] - xsltc fails conf test copy18 copy-of with union of attribute nodes.

2001-08-07 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=2603

[Bug 2197] - runtime DOMImpl$1 error

2001-08-07 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=2197

[Bug 2832] - xsltc fail mdoc conf tests not finding docs via relative paths

2001-08-07 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=2832

  1   2   >