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

2003-03-13 Thread dbertoni
dbertoni2003/03/13 15:53:38 Modified:c/samples/SimpleXPathAPI SimpleXPathAPI.cpp Log: Use context node, or its closest ancestor Element for namespace bindings. Revision ChangesPath 1.11 +31 -1 xml-xalan/c/samples/SimpleXPathAPI/SimpleXPathAPI.cpp Index: Simp

DO NOT REPLY [Bug 17979] New: - Transformations using DOMSource apply templates differently than with StreamSource

2003-03-13 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: SimpleXPathAPI and a soap.xml

2003-03-13 Thread David N Bertoni/Cambridge/IBM
Hi Suzanne, You must provide a way to bind a namespace prefix to a namespace URI when you use the XPathEvaluator API. If you look at the source code, that's the parameter that's the PrefixResolver. We provide a short cut by letting you pass a XalanElement node instance as a node in the docum

Re: JAXP.next JSR Proposal

2003-03-13 Thread Jeff Suttor
hi All, just wanted to summarize what's been harvested from the discussions and individual input and will be taken to the Expert Group: - it needs to be easier for the end user to specify and use an arbitrary JAXP processor. this has also come up in many other contexts, e.g. when running in an

SimpleXPathAPI and a soap.xml

2003-03-13 Thread Suzanne Dirkers
Folks, I tried out seeing if I could use XPATH inside Xalan to retrieve the zipcode out of this xml file soap.xml just from using the SimpleXPathAPI executable. I am not an Xpath expert yet but I couldn't find any way to get to the zipcode that didn't either produce no re

cvs commit: xml-xalan/java/xpath_rwapi build2.xml build2.bat build.xml

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:29:41 Modified:java/xpath_rwapi Tag: xslt20 build.xml Added: java/xpath_rwapi Tag: xslt20 build2.xml build2.bat Log: Updated XPath AST parse/construction model for future use Repackaged, minor updates to correct parser output for src2 directory Re

cvs commit: xml-xalan/java/xpath_rwapi/grammar etree.xsl custom-xpath-grammar.xml

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:29:09 Modified:java/xpath_rwapi/grammar Tag: xslt20 etree.xsl custom-xpath-grammar.xml Log: Updated XPath AST parse/construction model for future use Repackaged, minor updates to correct parser output for src2 directory Revision C

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xml XMLConstants.java QName.java NamespaceContext.java

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:28:18 Added: java/xpath_rwapi/src2/org/apache/xpath/impl Tag: xslt20 PathExprImpl.java ConditionalExprImpl.java ExprContextImpl.java KindTestImpl.java StepExprImpl.java XPathFactoryImpl.java

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/test - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xpath - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xml - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2 - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:25 xml-xalan/java/xpath_rwapi/src2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/datamodel - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/datamodel - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/expression - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/expression - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/impl - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/impl/parser - New directory

2003-03-13 Thread curcuru
curcuru 2003/03/13 12:26:26 xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/impl/parser - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-03-13 Thread mkwan
mkwan 2003/03/13 11:03:46 Modified:java/src/org/apache/xml/utils Tag: XSLTC_DTM FastStringBuffer.java Log: XSLTC_DTM performance work Small improvement in FastStringBuffer.sendSAXCharacters() when the whole piece of text is in one chunk. Revision C

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime StringValueHandler.java

2003-03-13 Thread mkwan
mkwan 2003/03/13 10:40:07 Modified:java/src/org/apache/xalan/xsltc/dom Tag: XSLTC_DTM MultiDOM.java java/src/org/apache/xalan/xsltc/runtime Tag: XSLTC_DTM StringValueHandler.java Log: Fix a bug which causes the docbook

DO NOT REPLY [Bug 17941] - position() = last() optimization

2003-03-13 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 17941] - position() = last() optimization

2003-03-13 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 17941] - position() = last() optimization

2003-03-13 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

BaseScanner.xsl creates bad links in ResultReport.html

2003-03-13 Thread Tom Amiro
Hi, I've noticed that the "Actual:" and "Reference:" links created by the Basescanner.xsl stylesheet don't work. I hacked the following change, but someone more familiar with the reporting system may have a better fix. Actual: Reference:

Re: Xalan 1.4 project files for Borland C++ Builder

2003-03-13 Thread Berin Lautenbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian, I tried this myself some time (12 months-ish?) back and had no luck. Eventually reverted to VC++. One of the things I have been playing around with (for various odd reasons) is getting a cygwin version compiled. It's not going to be in a state wh