cvs commit: xml-xalan/c/src/XMLSupport FormatterToHTML.cpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 17:53:27 Modified:c/src/XMLSupport FormatterToHTML.cpp Log: Commented out certain entities that cause problems for Netscape. Revision ChangesPath 1.80 +5 -0 xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp Index: FormatterToHTML.cpp =

cvs commit: xml-xalan/c/src/XSLT ResultNamespacesStack.hpp StylesheetHandler.hpp XSLTEngineImpl.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 17:53:01 Modified:c/src/XSLT ResultNamespacesStack.hpp StylesheetHandler.hpp XSLTEngineImpl.hpp Log: Added ifdef for using deque instead of vector. Revision ChangesPath 1.10 +10 -2 xml-xalan/c/src/XSLT/ResultNamespacesSt

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

2002-12-11 Thread dbertoni
dbertoni2002/12/11 17:51:57 Modified:c/src/XPath XPathProcessorImpl.hpp Log: Added ifdef for using deque instead of vector. Revision ChangesPath 1.28 +8 -0 xml-xalan/c/src/XPath/XPathProcessorImpl.hpp Index: XPathProcessorImpl.hpp

cvs commit: xml-xalan/c/src/DOMSupport XalanNamespacesStack.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 17:51:21 Modified:c/src/DOMSupport XalanNamespacesStack.hpp Log: Added ifdef for using deque instead of vector. Revision ChangesPath 1.9 +8 -0 xml-xalan/c/src/DOMSupport/XalanNamespacesStack.hpp Index: XalanNamespacesStack.hpp

cvs commit: xml-xalan/c/src/XMLSupport FormatterToXML.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 17:51:08 Modified:c/src/XMLSupport FormatterToXML.hpp Log: Added ifdef for using deque instead of vector. Revision ChangesPath 1.41 +8 -0 xml-xalan/c/src/XMLSupport/FormatterToXML.hpp Index: FormatterToXML.hpp ==

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

2002-12-11 Thread dbertoni
dbertoni2002/12/11 17:49:35 Modified:c/src/XalanExe XalanExe.cpp Log: Added an option to force the encoding from the command line. Revision ChangesPath 1.18 +36 -7 xml-xalan/c/src/XalanExe/XalanExe.cpp Index: XalanExe.cpp ==

cvs commit: xml-xalan/c/src/PlatformSupport XalanDOMStringPool.hpp XalanTranscodingServices.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 16:50:20 Modified:c/src/PlatformSupport XalanDOMStringPool.hpp XalanTranscodingServices.hpp Log: Removed unnecessary header files. Revision ChangesPath 1.12 +0 -5 xml-xalan/c/src/PlatformSupport/XalanDOMStringPool.hpp

cvs commit: xml-xalan/c/src/XSLT CountersTable.hpp ElemTemplateElement.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 16:37:08 Modified:c/src/XSLT CountersTable.hpp ElemTemplateElement.hpp Log: Removed unnecessary header files. Revision ChangesPath 1.9 +1 -2 xml-xalan/c/src/XSLT/CountersTable.hpp Index: CountersTable.hpp ==

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 16:35:06 Modified:c/src/XSLT StylesheetRoot.cpp Log: Fix bug with supressing cdata-section-elements attribute. Revision ChangesPath 1.72 +2 -1 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp ===

DO NOT REPLY [Bug 1520] - xsltc has problems escaping special characters

2002-12-11 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_bug

DO NOT REPLY [Bug 13284] - XSLTResultTarget does not respect encoding

2002-12-11 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/src/XSLT CountersTable.cpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 14:52:05 Modified:c/src/XSLT CountersTable.cpp Log: Resize table instead of pushing copy. Revision ChangesPath 1.7 +3 -1 xml-xalan/c/src/XSLT/CountersTable.cpp Index: CountersTable.cpp ==

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp StylesheetRoot.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 14:51:41 Modified:c/src/XSLT StylesheetRoot.cpp StylesheetRoot.hpp Log: Don't honor cdata-section-elements for HTML output. Make sure we honor the encoding the XSLTResultTarget instance. Fixed bugzilla 13284. Revision ChangesPath 1.71 +45 -17

cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 14:49:33 Modified:c/src/XSLT XSLTEngineImpl.cpp Log: Don't honor cdata-section-elements for HTML output. Revision ChangesPath 1.165 +5 -0 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp =

cvs commit: xml-xalan/c/src/XSLT XSLTResultTarget.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 14:49:05 Modified:c/src/XSLT XSLTResultTarget.hpp Log: Added set accessor for const char*. Revision ChangesPath 1.21 +18 -0 xml-xalan/c/src/XSLT/XSLTResultTarget.hpp Index: XSLTResultTarget.hpp ===

Re: directly creating DTM objects

2002-12-11 Thread Joseph Kesselman
On Wednesday, 12/11/2002 at 10:01 CET, "Seiler, Christian" <[EMAIL PROTECTED]> wrote: > I have an application where I'd like to directly create DTM objects to feed > Xalan with. We have an experimental alternative to DOM2DTM, but currently its performance characteristics would not make it suita

directly creating DTM objects

2002-12-11 Thread Seiler, Christian
Hi, I have an application where I'd like to directly create DTM objects to feed Xalan with. By doing this I expect major performance improvements as I do not need the expensive DOM->DTM bridge. I do not have static XML files, which could be cached as DTMs very easily. In fact the XML documents are

DO NOT REPLY [Bug 15222] - XalanTransformer::transform doesn't work in interim-2002-10-21

2002-12-11 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 15222] - XalanTransformer::transform doesn't work in interim-2002-10-21

2002-12-11 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/xpath/axes AxesWalker.java ChildTestIterator.java MatchPatternIterator.java OneStepIterator.java ReverseAxesWalker.java

2002-12-11 Thread mkwan
mkwan 2002/12/11 08:18:03 Modified:java/src/org/apache/xpath/axes Tag: xslt20 AxesWalker.java ChildTestIterator.java MatchPatternIterator.java OneStepIterator.java ReverseAxesWalker.java Log: Propagate the memory leak fix (bugzilla 60

cvs commit: xml-xalan/java/src/org/w3c/dom/xpath XPathResult.java XPathNamespace.java XPathExpression.java XPathException.java XPathEvaluator.java XPathNSResolver.java

2002-12-11 Thread ilene
ilene 2002/12/11 07:39:52 Modified:java/src/org/w3c/dom/xpath Tag: xslt20 XPathResult.java XPathNamespace.java XPathExpression.java XPathException.java XPathEvaluator.java XPathNSResolver.java Log: Updating org

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

2002-12-11 Thread ilene
ilene 2002/12/11 07:27:41 Modified:java/src/org/apache/xpath Tag: xslt20 NodeSetDTM.java java/src/org/apache/xml/dtm Tag: xslt20 DTMIterator.java java/src/org/apache/xml/dtm/ref Tag: xslt20 DTMNodeIterator.java Log: Just tidying

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

2002-12-11 Thread ilene
ilene 2002/12/11 07:20:46 Modified:java/src/org/apache/xpath NodeSetDTM.java java/src/org/apache/xml/dtm DTMIterator.java java/src/org/apache/xml/dtm/ref DTMNodeIterator.java Log: Just tidying up the javadoc in the previousNode and nextNode methods

DO NOT REPLY [Bug 14875] - NullPointerException in XPath API

2002-12-11 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 15270] - javax.xml.transform.TransformerException: Instance method call to method new requires an Object instance as first argument

2002-12-11 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 14610] - XSLTC: html output method only applies to elements with null namespace URIs

2002-12-11 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 14522] - Performance problem due to unnecessary ArrayIndexOutOfBoundsException

2002-12-11 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: [PROBLEM]: XSLTC does not work

2002-12-11 Thread Tom Amiro
Ivelin, I am not the best contact person anymore. Moved off onto other projects :-( xalan-dev is the correct forum. Santiago Pericas-Geertsen <[EMAIL PROTECTED]> is probably the best person to help you. I would have taken a quick look at it, but no one ever sent me a description of the differe

DO NOT REPLY [Bug 14984] - XSLTC compiltation error : Branch target offset too large for short

2002-12-11 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 15270] New: - javax.xml.transform.TransformerException: Instance method call to method new requires an Object instance as first argument

2002-12-11 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