RE: Unbuffered FormatterToXML behavior

2001-09-18 Thread Brian Quinlan
> How about just using a no-op flush function? That way, > there's no special case. Sure. Do you want to fix it now or do you want me to integrate it into the debugging patch that I'm working on?

Re: Unbuffered FormatterToXML behavior

2001-09-18 Thread David N Bertoni/CAM/Lotus
How about just using a no-op flush function? That way, there's no special case. Dave "Brian

Unbuffered FormatterToXML behavior

2001-09-18 Thread Brian Quinlan
I'm trying to use an unbuffered FormatterToXML object and I'm encountering an assertion in flushChars because m_charBuf.size() == 0. I think that this can easily be fixed by changing FormatterToXML.flushFunction to NULL if the output is not buffered and changing FormatterToXML::endDocument() as fo

DO NOT REPLY [Bug 2593] - XSLTC sample code not updated following move to trax sub-dir

2001-09-18 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 1677] - xsltc gives null ptr exeption on the specs XSLT, XML, XPATH

2001-09-18 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/test/tests/conf-gold/copy copy38.out

2001-09-18 Thread pauldick
pauldick01/09/18 13:12:19 Modified:test/tests/conf-gold/copy copy38.out Log: Removed multiple attributes. Revision ChangesPath 1.2 +6 -6 xml-xalan/test/tests/conf-gold/copy/copy38.out Index: copy38.out ==

cvs commit: xml-xalan/test/tests/conf/copy copy38.xsl

2001-09-18 Thread pauldick
pauldick01/09/18 13:12:06 Modified:test/tests/conf/copy copy38.xsl Log: Removed multiple attributes. Revision ChangesPath 1.2 +1 -1 xml-xalan/test/tests/conf/copy/copy38.xsl Index: copy38.xsl

DO NOT REPLY [Bug 3618] - xsl:sort does not work with key() in xsl:apply-templates

2001-09-18 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: Xalan C++ Build problems

2001-09-18 Thread John Gentilin
David, The --libdir directive should define the -L compiler options. Usually the all the libs are in /usr/local/lib or /lib but when you cross compile projects the libs will be in a directory such as /opt/mips_dev/lib. The configure scripts produce a Makefile with hard coded -L directives as a ma

cvs commit: xml-xalan/java/src/org/apache/xalan/transformer KeyRefIterator.java

2001-09-18 Thread mmidy
mmidy 01/09/18 13:08:16 Modified:java/src/org/apache/xalan/transformer KeyRefIterator.java Log: Bugzilla 3618: Check cache before anything else when getting the next node in the iterator. Revision ChangesPath 1.12 +9 -9 xml-xalan/java/src/org/apache/xalan/t

cvs commit: xml-xalan/test/tests/contrib/xsltc/mk spec.dtd

2001-09-18 Thread amiro
amiro 01/09/18 12:45:44 Added: test/tests/contrib/xsltc/mk spec.dtd Log: missing dtd Revision ChangesPath 1.1 xml-xalan/test/tests/contrib/xsltc/mk/spec.dtd Index: spec.dtd ===

DO NOT REPLY [Bug 3424] - Memory Retention problem (diagnosis and patch)

2001-09-18 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 1508] - element instruction creates illegal tag with spaces in name

2001-09-18 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 3426] - URIResolver base and href args swapped in Import & Include

2001-09-18 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 3312] - xsltc fails conf test axes56 //xx/descendent::*

2001-09-18 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 2598] - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-09-18 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/XPath XPathFunctionTable.cpp

2001-09-18 Thread dbertoni
dbertoni01/09/18 11:29:09 Modified:c/src/XPath XPathFunctionTable.cpp Log: Added new #ifdef for XALAN_CANNOT_DELETE_CONST. Revision ChangesPath 1.14 +8 -0 xml-xalan/c/src/XPath/XPathFunctionTable.cpp Index: XPathFunctionTable.cpp

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

2001-09-18 Thread dbertoni
dbertoni01/09/18 11:22:17 Modified:c/src/XPath XPathEnvSupportDefault.cpp Log: Added new #ifdef for XALAN_CANNOT_DELETE_CONST. Revision ChangesPath 1.29 +4 -0 xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp Index: XPathEnvSupportDefault.cpp

cvs commit: xml-xalan/c/src/Include STLHelper.hpp

2001-09-18 Thread dbertoni
dbertoni01/09/18 11:22:05 Modified:c/src/Include STLHelper.hpp Log: Added new #ifdef for XALAN_CANNOT_DELETE_CONST. Revision ChangesPath 1.2 +4 -0 xml-xalan/c/src/Include/STLHelper.hpp Index: STLHelper.hpp ===

Re: Rep: DTMDOMException + HTML Tables

2001-09-18 Thread Aurelien
Yes, sorry, didn't read this mail before I sent you a message that tells you just that :-( Here you are. Please, be aware that I'm a beginner and that this is all experimenting stuff. I'm using a servlet that makes it easy to specify multiple xsl filters, SoccerEntry. entry.xml is the xml as

RE: Sorry to distrub another time want to know the size in memory of a template using xalan 2 implementation for a xsl file.

2001-09-18 Thread Paul Brown
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > The factor is 14 ! > Or your xsl file was bigger ... My XSLT was 4kb and a little extra. It's not really 14x, however, since there is always some amount of constant overhead with a stylesheet. One could try serializing a Templates for an e

DO NOT REPLY [Bug 3697] New: - Can not instantiate new DocumentBuilderFactory

2001-09-18 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: Sorry to distrub another time want to know the size in memory of atemplate using xalan 2 implementation for a xsl file.

2001-09-18 Thread Joseph_Kesselman
Don't forget, serialization often writes out lots of data which isn't absolutely necessary (things which should have been marked transient but weren't, and which may be shared with other objects), so it really isn't a good measure of how much storage a specific set of objects will occupy in memor

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

2001-09-18 Thread dbertoni
dbertoni01/09/18 09:29:43 Modified:c/src/XSLT ElemLiteralResult.cpp ElemLiteralResult.hpp NamespacesHandler.cpp NamespacesHandler.hpp Log: Make sure exclude-result-prefix excludes by namespace URI, not by prefix. Exclude the xml prefix namespace URI (http:/

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

2001-09-18 Thread dbertoni
dbertoni01/09/18 09:27:54 Modified:c/src/XSLT XSLTEngineImpl.cpp Log: Fix for copy44, copy46, and copy48. Revision ChangesPath 1.118 +10 -1 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp ==

RE: Sorry to distrub another time want to know the size in memory of atemplate using xalan 2 implementation for a xsl file.

2001-09-18 Thread jjborie
The factor is 14 ! Or your xsl file was bigger ... Jean-Jacques Borie Directeur recherche et développement Tekora, changez votre conception des sites web http://www.tekora.com 17, place de la Résistance - 92130 Issy-les-Moulineaux Tél. : +33 1 55 00 10 03 - Fax : +33 1 55 00 10 10 Por: +33 660

DO NOT REPLY [Bug 2983] - TransformerException after second newTransformer call

2001-09-18 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 3687] - xsltc fails conf test whitespace14 on whitespace char entities

2001-09-18 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 3686] - xsltc fails conf test whitespace13

2001-09-18 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 3652] - DOM2SAX reports attribute types incorrectly

2001-09-18 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 3651] - DOM2SAX does not conform to SAX API

2001-09-18 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] New: - xsltc fails conf test string132 default conversion of integers

2001-09-18 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 3550] - xsltc fails sort01, sort32 and sort33 on NaNs

2001-09-18 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 3477] - RFC: Iterator code review WRT reinitialization

2001-09-18 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 3448] - Basis library constructs unnecessary temporary objects during type conversion

2001-09-18 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 3424] - Memory Retention problem (diagnosis and patch)

2001-09-18 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 3691] - xsltc fails conf test whitespace16 on whitespace chars in vs LREs

2001-09-18 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 3691] New: - xsltc fails conf test whitespace16 on whitespace chars in vs LREs

2001-09-18 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: Sorry to distrub another time want to know the size in memory of a template using xalan 2 implementation for a xsl file.

2001-09-18 Thread Paul Brown
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > I compile an xsl file and create then a template that i can reuse for > tranformation. Someone have an idea of the size in memory of this > template for exemple for a xsl file of 5k. I tried this a little while ago by serializing the object

DO NOT REPLY [Bug 3690] - xsltc fails conf test whitespace20 ignoring xml:space="preserve"

2001-09-18 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 2537] - the first attribute is ignored by the XSL parser

2001-09-18 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 3690] New: - xsltc fails conf test whitespace20 ignoring xml:space="preserve"

2001-09-18 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 3688] - xsltc differs from Xalan on conf test whitespace23

2001-09-18 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 3689] - xsltc fails conf test whitespace21 on comments in LREs

2001-09-18 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 3689] New: - xsltc fails conf test whitespace21 on comments in LREs

2001-09-18 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/PlatformSupport XalanTranscodingServices.cpp XalanUTF16Transcoder.cpp

2001-09-18 Thread dbertoni
dbertoni01/09/18 07:44:40 Modified:c/src/PlatformSupport XalanTranscodingServices.cpp XalanUTF16Transcoder.cpp Log: Fixed mis-spelling. Revision ChangesPath 1.10 +1 -1 xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp Ind

Re: Fwd: Rep: DTMDOMException + HTML Tables

2001-09-18 Thread Myriam_Midy
Ah, the original problem was with D10? Then, can you include the entire exception and the files (xml, xsl, extension, etc...) and we'll take a look? Thanks, Myriam jjborie@tekora

DO NOT REPLY [Bug 3688] New: - xsltc differs from Xalan on conf test whitespace23

2001-09-18 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

Sorry to distrub another time want to know the size in memory of a templateusing xalan 2 implementation for a xsl file.

2001-09-18 Thread jjborie
I compile an xsl file and create then a template that i can reuse for tranformation. Someone have an idea of the size in memory of this template for exemple for a xsl file of 5k. It's just to have an idea of the size. We have already implement a cache managment system for style of xalan 1. And w

cvs commit: xml-xalan/c/src/Include GCCDefinitions.hpp VCPPDefinitions.hpp

2001-09-18 Thread dbertoni
dbertoni01/09/18 07:33:22 Modified:c/src/Include GCCDefinitions.hpp VCPPDefinitions.hpp Log: Cleaned up endian-ness problems. Revision ChangesPath 1.19 +1 -5 xml-xalan/c/src/Include/GCCDefinitions.hpp Index: GCCDefinitions.hpp ===

DO NOT REPLY [Bug 3618] - xsl:sort does not work with key() in xsl:apply-templates

2001-09-18 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 3618] - xsl:sort does not work with key() in xsl:apply-templates

2001-09-18 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: Fwd: Rep: DTMDOMException + HTML Tables

2001-09-18 Thread jjborie
It' what I've already done ... Jean-Jacques Borie Directeur recherche et développement Tekora, changez votre conception des sites web http://www.tekora.com 17, place de la Résistance - 92130 Issy-les-Moulineaux Tél. : +33 1 55 00 10 03 - Fax : +33 1 55 00 10 10 Por: +33 660199524 [EMAIL PROTECT

Re: Fwd: Rep: DTMDOMException + HTML Tables

2001-09-18 Thread Myriam_Midy
Hi, I would actually recommend trying out the latest version of xalan (D10) if you can. It can be found at http://xml.apache.org/dist/xalan-j/. Myriam Aurelien

DO NOT REPLY [Bug 3687] New: - xsltc fails conf test whitespace14 on whitespace char entities

2001-09-18 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 3686] New: - xsltc fails conf test whitespace13

2001-09-18 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 3469] - When rendering html it is impossible to turn indents off

2001-09-18 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 3440] - xsltc fails conf test position70 with strip-space

2001-09-18 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: Extension Function Problem/Incompatible DocumentFragmentImpl implementations?

2001-09-18 Thread Rick Bullotta
We'll be working on it today with a simpler example and some trace code to help troubleshoot the NodeList/extension issue. We'll keep ya posted! Regarding your question, it was "right before" and is wrong now. The Xpath expression used to generate the NodeList passed into the extension function

I'm testing the DOMSource to transform a dom, and I have an error ...

2001-09-18 Thread jjborie
java.lang.AbstractMethodError java.lang.Throwable() java.lang.Error() java.lang.LinkageError() java.lang.IncompatibleClassChangeError() java.lang.AbstractMethodError() int org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.addNode(org.w3c.dom

RE: Extension Function Problem/Incompatible DocumentFragmentImplimplementations?

2001-09-18 Thread Joseph_Kesselman
>unfortunately, the NodeList is garbage (getLength() returns only one node, >instead of the 19 expected). Without seeing an example, it's hard to be sure whether the NodeList is wrong now, or was wrong before...

DO NOT REPLY [Bug 3685] - xsltc fails conf test variable53

2001-09-18 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: Little complain about xsl portability

2001-09-18 Thread Joseph_Kesselman
Xalan 1 had some bugs in the variable code that Xalan 2 fixed. The stylesheets which worked under Xalan 1 and fail under Xalan 2 are probably wrong. Check them against the XSLT specification, and if you're sure they're OK post a bug report with a specific example of the problem. ("Something is d

DO NOT REPLY [Bug 3685] New: - xsltc fails conf test variable53

2001-09-18 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 3664] - xalan doesn't appear to support simplified stylesheets

2001-09-18 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 3238] - context dependent initialization problems with xpaths

2001-09-18 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: Little complain about xsl portability

2001-09-18 Thread jjborie
My remarque wasn't very constructive, in fact the preobleme that encounter when i do test from one engine to another. Is the scope of the variable. In xalan 1 the variable where more global. First i start do do test with xalan 2, and I have probleme with the scope of variable that have change, the

DO NOT REPLY [Bug 3664] - xalan doesn't appear to support simplified stylesheets

2001-09-18 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 3313] - xsltc fails conf test axes82 select="//*"

2001-09-18 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 3405] - xsltc fails conf test variable21 with type check error in pred(parameter-ref(n8)) on compile

2001-09-18 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

Little complain about xsl portability

2001-09-18 Thread jjborie
We are involved in project that generate web page from xml content with xsl. It works pretty well. But to test different xsl engine. We have to fix some xsl code for each engine. It could be grate if all the xalan implementation works with them xsl file ! But it's a good works what you done Xal

Re: Problem with the XSLTC.class in public void outputToJar() throwsIOException

2001-09-18 Thread jjborie
I saw : /** * Name object for Manifest-Version * manifest attribute. This attribute indicates the version number * of the manifest standard to which a JAR file's manifest conforms. * @see * Manifest and Signature Specificatio

Re: Problem with the XSLTC.class in public void outputToJar() throwsIOException

2001-09-18 Thread jjborie
The one with visual age 3.5.3 enterprise JDK 1.2.2 from IBM ... Jean-Jacques Borie Directeur recherche et développement Tekora, changez votre conception des sites web http://www.tekora.com 17, place de la Résistance - 92130 Issy-les-Moulineaux Tél. : +33 1 55 00 10 03 - Fax : +33 1 55 00 10 10

Re: Problem with the XSLTC.class in public void outputToJar() throwsIOException

2001-09-18 Thread Morten Jorgensen
Mr. Borie, The java.util.jar.Attributes class has a static inner class "Name". This inner class has a static field "MANIFEST_VERSION". This is defined in tje Java 1.2 and 1.3 API docs. Which version of Java are you using? Regards, Morten Jorgensen XML Technology Center Sun Microsystems [EMAIL

Problem with the XSLTC.class in public void outputToJar() throwsIOException

2001-09-18 Thread jjborie
When i insert the source in visual age all is ok. But this method have an error ! Original atrs.put(java.util.jar.Attributes.Name.MANIFEST_VERSION,"1.0"); Doesn't compile because there is no field Name in attribute or is not accessible ... fixed atrs.put(atrs.getValue("MANIFEST_VERSIO

Fwd: Rep: DTMDOMException + HTML Tables

2001-09-18 Thread Aurelien
This is as clear as can be. I posted the first message to the cocoon-users ml and Christian answered suggesting that I send this here. Do you know where I can get version D8 of Xalan 2 ? Début du message réexpédié : > De : Christian Haul <[EMAIL PROTECTED]> > Date : Lun 17 sep 2001 11:19:32

Re: FW: XSLTC contributions

2001-09-18 Thread Morten Jorgensen
John, I didn't see your e-mail, but I did see bug 3477. I have changed some of our iterators already according to the fixes you suggested, and other iterators I have let be either because they have to be as they are, or because they require some further discussion. StepIterator - fixed -

How to find with XSLTC the error line when error compiling the xsl

2001-09-18 Thread jjborie
Hi, I'm doing a migration from xalan 1 to xalan 2. I already do test with the engine of xalan 2 and do some modification on my xsl source. Now I want to do test with XSLTC engine and other error appear on my xsl, but it's harder to debug because during compilation of the xsl when they're is er

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

2001-09-18 Thread morten
morten 01/09/18 01:25:34 Modified:java/src/org/apache/xalan/xsltc/compiler Parser.java Log: Added test in the method that handles stylesheet PIs in embedded stylesheets. This method did not properly test for the existence of stylesheets referenced in these PIs (ref. Sun's test

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Compile.java

2001-09-18 Thread morten
morten 01/09/18 01:23:56 Modified:java/src/org/apache/xalan/xsltc/cmdline Compile.java Log: Added '-s' option to command-line compilaton tool to precent calls to System.exit(); This is needed when the command-line tool is invoked by our Java-based test harness. PR: