DO NOT REPLY [Bug 4402] New: - XConnection.connect() fails on 2nd call when using same parameters

2001-10-24 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/serialize CharInfo.java

2001-10-24 Thread jkesselm
jkesselm01/10/24 12:30:09 Modified:java/src/org/apache/xalan/serialize CharInfo.java Log: Additional "big scary" docs for Microsoft VJ++ workaround. Revision ChangesPath 1.11 +26 -10xml-xalan/java/src/org/apache/xalan/serialize/CharInfo.java Index: CharInfo

node-set implementation in XSLTC

2001-10-24 Thread Srinivasa Manthena
Hi, We are using xt:node-set kind of syntax very extensively and I have seen in release-notes that XSLTC doesn't support node-set implementation. Is that true or is there any expected date that this can be enhanced? Any input would be really great. Thank you. -Srinivasa __

Re: [GUMP] Xalan2 Smoketest Failure

2001-10-24 Thread Shane_Curcuru
OK - 99% of the smoketest passes, the only thing that fails is the new extensions/java tests. This fail is because gump is paranoid about classpaths, and never trusts anyone else's classpath. 8-) The packageless test class javaSample3 was indeed built by the smoketest target before the below te

DO NOT REPLY [Bug 3406] - XSLTC fails to compile variable20,33,34,35 with var or param undefined

2001-10-24 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/serialize CharInfo.java

2001-10-24 Thread jkesselm
jkesselm01/10/24 11:22:15 Modified:java/src/org/apache/xalan/serialize CharInfo.java Log: Microsoft VJ++ workaround. Should never arise in any reasonably standards-compliant Java environment, but VJ++ isn't... Revision ChangesPath 1.10 +9 -1 xml-xalan/java/sr

DO NOT REPLY [Bug 3835] - xsltc fails conf test sort32 and sort33 setting order and data-type from variables

2001-10-24 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 3592] - XSLTC does not handle long integers

2001-10-24 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 4396] New: - Regressions under IBM JDK 1.1.8

2001-10-24 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 4397] - xsltc fails to compile conflictres23 and node3 with xpath expression with processing-insruction step

2001-10-24 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 4397] New: - xsltc fails to compile conflictres23 and node3 with xpath expression with processing-insruction step

2001-10-24 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 4285] - sum() fails on result tree fragment

2001-10-24 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/c/Projects/Win32/VC6/XPath XPath.dsp

2001-10-24 Thread dbertoni
dbertoni01/10/24 08:45:45 Modified:c/Projects/Win32/VC6/XPath XPath.dsp Log: XPath/SimpleNodeLocator integration. Revision ChangesPath 1.30 +0 -21 xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp Index: XPath.dsp

cvs commit: xml-xalan/c/src/XPath NodeRefList.cpp

2001-10-24 Thread dbertoni
dbertoni01/10/24 07:10:43 Modified:c/src/XPath NodeRefList.cpp Log: Don't use ensureAllocation() in operator=(const NodeRefListBase&). Revision ChangesPath 1.13 +1 -1 xml-xalan/c/src/XPath/NodeRefList.cpp Index: NodeRefList.cpp ==

Re: [Xerces2] Beta3 Release Plan

2001-10-24 Thread Joseph_Kesselman
Many thanks, Edwin! Under IBM JDK 1.1.8, and using Xerces1, we seem to compile and run. (I'm getting some odd complains from the Xalan testcase's build process about not being able to find Thread, but I _think_ those are something odd I'm doing.) Under MSVJ++, we have that outstanding problem w

Re: using count()

2001-10-24 Thread Paul_Dick
Jim, Put the correct URL for the xsl namespace and things will work just fine. xmlns:xsl="http://www.w3.org/TR/WD-xsl is msxml bastardized URL. And also be sure to put in the version attribute. Paul

Re: using count()

2001-10-24 Thread David_N_Bertoni
These sorts of general XSLT questions are better posted on the Mulbery XSL list, not the Xalan-specific developer list. Please subscribe and post such questions there: http://www.mulberrytech.com/xsl/ You are trying to use an XSLT processor with a stylesheet written in the old working draft

problem with query string in document()

2001-10-24 Thread Simon Stevenson
Using the (c++) testXSLT command line script on solaris I have found that the document () function appears to ignore the query string (it isn't passed to the URI). eg: document(http://foo.pl?bar=foo) it appears to only pass http:///foo.pl Although it behaves correctly with our java version.

[GUMP] Xalan2 Smoketest Failure

2001-10-24 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length.Please see URL above for det

Entity Reference

2001-10-24 Thread Shruti Ahuja
Hi, i am parsing an xml file with internal entities . i do not want to expand entity references and for that i am using the method setExpandEntityReferences(false). But this method does not seem to be working as the output dom has all the entity references expanded. can someone suggest any soluti

DO NOT REPLY [Bug 4285] - sum() fails on result tree fragment

2001-10-24 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: [Xerces2] Beta3 Release Plan

2001-10-24 Thread Edwin Goei
Oops, I sent my reply too early by accident... [EMAIL PROTECTED] wrote: > > Note that the issue with FactoryFinder affects javax.parsers.FactoryFinder > as well as javax.transformer.FactoryFinder. (Just tried to rebuild Xalan > under JDK1.1.8 and it hit me with this...) Yes, I'm aware of that.

Re: [Xerces2] Beta3 Release Plan

2001-10-24 Thread Edwin Goei
[EMAIL PROTECTED] wrote: > > Note that the issue with FactoryFinder affects javax.parsers.FactoryFinder > as well as javax.transformer.FactoryFinder. (Just tried to rebuild Xalan > under JDK1.1.8 and it hit me with this...) Yes, I'm aware of that. -Edwin