DO NOT REPLY [Bug 11788] New: - Basic-Connection SQL Extension Sample Failed If data column is defined as data type nvarchar

2002-08-16 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

XSLT 2.0 Branch created!

2002-08-16 Thread David Marston/Cambridge/IBM
We have just committed a branch for XSLT 2.0 (branch name: xslt20). This is a rather major work that implements XSLT 2.0 and XPath 2.0 features and architectural changes, and is a work in progress. We would like, in the next few months, to bring this branch to a full and complete implementat

cvs commit: xml-xalan/java/src/org/apache/xpath/res XPATHErrorResources.properties

2002-08-16 Thread mmidy
mmidy 2002/08/16 14:23:48 Modified:java/src/org/apache/xalan/processor Tag: xslt20 StylesheetHandler.java XSLTSchema.java java/src/org/apache/xalan/templates Tag: xslt20 Constants.java java/src/org/apache/xp

cvs commit: xml-xalan/java/src/org/apache/xpath/parser/regexp - New directory

2002-08-16 Thread mmidy
mmidy 2002/08/16 14:19:53 xml-xalan/java/src/org/apache/xpath/parser/regexp - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm XPath2Type.java

2002-08-16 Thread jkesselm
jkesselm2002/08/16 14:11:18 Modified:java/src/org/apache/xml/dtm/ref/xni2dtm Tag: xslt20 XPath2Type.java Log: Minor efficiency improvement Revision ChangesPath No revision No revision 1.1.2.1.2.3

DO NOT REPLY [Bug 11743] - Variable not resolved in user defined extension element

2002-08-16 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/dtm/ref/xni2dtm XPath2Type.java

2002-08-16 Thread jkesselm
jkesselm2002/08/16 13:23:02 Modified:java/src/org/apache/xml/dtm/ref/xni2dtm Tag: xslt20 XPath2Type.java Log: Better handling of data() -- We weren't returning the correct value (the unaltered text) for anyType/anySimpleType. Revision ChangesPath

cvs commit: xml-xalan/c/src/XalanExtensions XalanExtensions.cpp

2002-08-16 Thread dbertoni
dbertoni2002/08/16 12:31:17 Modified:c/src/XalanExtensions XalanExtensions.cpp Log: Switch namespace back... Revision ChangesPath 1.4 +3 -2 xml-xalan/c/src/XalanExtensions/XalanExtensions.cpp Index: XalanExtensions.cpp ==

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

2002-08-16 Thread dbertoni
dbertoni2002/08/16 12:30:38 Modified:c/src/XPath XPathProcessorImpl.cpp XPathProcessorImpl.hpp Log: Support questionable namespace URIs by replacing prefixes with URIs after tokenization. Revision ChangesPath 1.58 +37 -3 xml-xalan/c/src/XPath/XPathProcessorImpl

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm XNI2DTM.java XPath2Type.java

2002-08-16 Thread jkesselm
jkesselm2002/08/16 11:35:27 Modified:java/src/org/apache/xml/dtm/ref/xni2dtm Tag: xslt20 XNI2DTM.java XPath2Type.java Log: Partial fix for ACCESSORS003 Better handling of data() -- not all nodes have data() values. (Since we haven't defined Error, I'm

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

2002-08-16 Thread dbertoni
dbertoni2002/08/16 11:34:10 Modified:c/samples/ExternalFunction ExternalFunction.cpp Log: Scope XalanTransformer instance. Revision ChangesPath 1.24 +28 -26xml-xalan/c/samples/ExternalFunction/ExternalFunction.cpp Index: ExternalFunction.cpp =

cvs commit: xml-xalan/java/src/org/apache/xalan/extensions ExtensionHandlerJavaClass.java

2002-08-16 Thread mkwan
mkwan 2002/08/16 07:13:30 Modified:java/src/org/apache/xalan/extensions ExtensionHandlerJavaClass.java Log: For bug#7776. Fix argument passing problem for Java extension. Revision ChangesPath 1.12 +8 -1 xml-xalan/java/src/org/apache/x

cvs commit: xml-xalan/java/src/org/apache/xpath/axes BasicTestIterator.java

2002-08-16 Thread mkwan
mkwan 2002/08/16 07:03:44 Modified:java/src/org/apache/xpath/axes BasicTestIterator.java Log: For Bug#11123. Fix infinite loop in union expression. Revision ChangesPath 1.3 +3 -0 xml-xalan/java/src/org/apache/xpath/axes/BasicTestIterator.java Index: Bas

cvs commit: xml-xalan/java/src/org/apache/xalan/trace PrintTraceListener.java

2002-08-16 Thread mkwan
mkwan 2002/08/16 07:26:53 Modified:java/src/org/apache/xalan/trace PrintTraceListener.java Log: See bug#10945. Test if a node is a DTMNodeProxy before casting. Revision ChangesPath 1.14 +8 -3 xml-xalan/java/src/org/apache/xalan/trace/PrintTraceListener.java

Re: Xalan,Java, external function and set DTMDOMException

2002-08-16 Thread Joseph Kesselman
XSLT source assumes the source document is immutable. Xalan's SAX mode enforces that; its DOM mode may not but is NOT guaranteed to function correctly if you change the document while the transformation is in progress. Rewrite your stylesheet and/or your extension to avoid requiring this side

Re: Xalan,Java, external function and set DTMDOMException

2002-08-16 Thread Shane Curcuru
This is a question for the [EMAIL PROTECTED] mailing list, not the general list, so I've forwarded it along here - Shane (If I had to make a quick guess, this is related to the fact that Xalan assumes the input is immutable, so our DTM layer is probably complaining that someone's trying to mutate

DO NOT REPLY [Bug 11758] - Line separator handling of serializer is not correct

2002-08-16 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