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

2003-03-17 Thread dbertoni
dbertoni2003/03/17 18:40:19 Modified:c/src/XSLT XSLTResultTarget.hpp Log: New setEncoding() overload. Revision ChangesPath 1.23 +18 -0 xml-xalan/c/src/XSLT/XSLTResultTarget.hpp Index: XSLTResultTarget.hpp ===

DO NOT REPLY [Bug 18086] New: - XSLTC fails on java extension functions using NodeIterator args

2003-03-17 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 15118] - stylesheet element missing version attribute causes core dump in Xalan command-line

2003-03-17 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: xslt/xpath function extension mechanism

2003-03-17 Thread Voytenko, Dimitry
Hi Morris, >> If you do not change these (org.apache.xalan.lib) >> classes, there is nothing to worry. I only had to make minor changes to org.apache.xalan.lib.ExsltDynamic and org.apache.xalan.lib.sql.XConnection classes. I've checked, this classes are not supported by XSLTC. So they are safe. >

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

2003-03-17 Thread dbertoni
dbertoni2003/03/17 17:56:44 Modified:c/src/XSLT StylesheetHandler.cpp Log: Workaround for Sun compiler optimizer bug. Revision ChangesPath 1.103 +6 -6 xml-xalan/c/src/XSLT/StylesheetHandler.cpp Index: StylesheetHandler.cpp =

Re: DOM -> XSLT -> DOM ???

2003-03-17 Thread Joseph Kesselman
>Cool - so on the output side it's pure SAX - it's not 'building up' >a result in memory or anything? That's correct. We only build new trees if your stylesheet produces Result Tree Fragments/Temporary Trees internally, or if you're outputting to a DOM. __ J

Re: DOM -> XSLT -> DOM ???

2003-03-17 Thread Joseph Kesselman
>But I need to specify the 'incremental' attribute to get DTM rite? >Otherwise (by default) it builds straight DOM on the input side? No. Xalan-J always uses DTM as its internal model. (In fact, if you pass us a DOM, we put a DTM wrapper around it to make it available to the rest of Xalan-J. In

Re: Fwd: DOM -> XSLT -> DOM ???

2003-03-17 Thread Joseph Kesselman
>If I have a SAX stream & I feed it to XALAN & want >a SAX stream back internally does XALAN convert my >input document into a DOM tree Actually, in that case we use our own data models, which are lighter-weight than most DOM implementations.. but as you noted, we do need an in-memory model bec

RE: DOM -> XSLT -> DOM ???

2003-03-17 Thread Voytenko, Dimitry
No, it builds DTM in either case. Even if you use javax.xml.transform.dom.DOMSource. DTM is specifically optimized for XPath and other XSLT aspects. DOM's modification functionality is also excessive (and dangerous) for XPath/XSLT tasks. You can find more detailed info here: http://xml.apache.org/x

Re: DOM -> XSLT -> DOM ???

2003-03-17 Thread mark
But I need to specify the 'incremental' attribute to get DTM rite? Otherwise (by default) it builds straight DOM on the input side? M Voytenko, Dimitry([EMAIL PROTECTED])@2003.03.17 15:14:27 +: > Yes. If you use javax, you should use javax.xml.transform.sax.SAXResult. > Actually, only java

RE: DOM -> XSLT -> DOM ???

2003-03-17 Thread Voytenko, Dimitry
Yes. If you use javax, you should use javax.xml.transform.sax.SAXResult. Actually, only javax.xml.transform.dom.DOMResult builds DOM. Thanks, Dimitry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 15:10 To: [EMAIL PROTECTED] Subject: Re:

Re: DOM -> XSLT -> DOM ???

2003-03-17 Thread mark
Cool - so on the output side it's pure SAX - it's not 'building up' a result in memory or anything? M Voytenko, Dimitry([EMAIL PROTECTED])@2003.03.17 15:06:49 +: > Hi, > > If you feed SAX stream into Xalan it builds DTM internally (that is > optimizied version of DOM). There's no other w

RE: DOM -> XSLT -> DOM ???

2003-03-17 Thread Voytenko, Dimitry
Hi, If you feed SAX stream into Xalan it builds DTM internally (that is optimizied version of DOM). There's no other way to perform transformation in whole support of the XSLT specification. But Xalan outputs SAX stream and it's up to you to feed it to DOM builder or output to file or pass SAX str

Fwd: DOM -> XSLT -> DOM ???

2003-03-17 Thread mark
Howdy, Dumb question probably BUT: If I have a SAX stream & I feed it to XALAN & want a SAX stream back internally does XALAN convert my input document into a DOM tree - do the transformation into a DOM tree - & then outputs the resulting DOM as SAX? Can I get SAX all the way thru?? As XSL see

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

2003-03-17 Thread zongaro
zongaro 2003/03/17 14:24:55 Modified:java/src/org/apache/xalan/xsltc/compiler Tag: xslt20 ProcessingInstructionPattern.java Log: Applying patch for bug 15332 from Igor Hersht ([EMAIL PROTECTED]). Ensure that patterns of the form processing-instruction() and

cvs commit: xml-xalan/test test.properties

2003-03-17 Thread zongaro
zongaro 2003/03/17 13:47:14 Modified:test Tag: XSLTC_DTM test.properties Log: Remove conflictres34 from list of XSLTC exclusions - passes with the fix from Igor Hersht ([EMAIL PROTECTED]) for bug 15332. Revision ChangesPath No revision No

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

2003-03-17 Thread zongaro
zongaro 2003/03/17 13:46:44 Modified:java/src/org/apache/xalan/xsltc/compiler Tag: XSLTC_DTM ProcessingInstructionPattern.java Log: Applying patch for bug 15332 from Igor Hersht ([EMAIL PROTECTED]). Ensure that patterns of the form processing-instruction()

cvs commit: xml-xalan/test test.properties

2003-03-17 Thread zongaro
zongaro 2003/03/17 12:25:57 Modified:test test.properties Log: Remove conflictres34 from list of XSLTC exclusions - passes with the fix from Igor Hersht ([EMAIL PROTECTED]) for bug 15332. Revision ChangesPath 1.93 +1 -2 xml-xalan/test/test.properties I

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

2003-03-17 Thread zongaro
zongaro 2003/03/17 12:24:22 Modified:java/src/org/apache/xalan/xsltc/compiler ProcessingInstructionPattern.java Log: Applying patch for bug 15332 from Igor Hersht ([EMAIL PROTECTED]). Ensure that patterns of the form processing-instruction() and processing-

DO NOT REPLY [Bug 17960] - Performance problem

2003-03-17 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 17960] - Performance problem

2003-03-17 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 18008] - NullPointerException while using key() function

2003-03-17 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 15444] - DTMException in xslt.Process

2003-03-17 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 15444] - DTMException in xslt.Process

2003-03-17 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 15444] - DTMException in xslt.Process

2003-03-17 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 15444] - DTMException in xslt.Process

2003-03-17 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 17383] - apply-templates not working correctly on CDATA nodes

2003-03-17 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 17383] - apply-templates not working correctly on CDATA nodes

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