DO NOT REPLY [Bug 20276] - Build instricutions for ICU-enabled Xalan.exe/testXSLT.exe out of date

2003-06-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_bu

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xslwrapper TraxWrapperUtils.java

2003-06-16 Thread grchiu
grchiu 2003/06/16 14:45:07 Modified:test build.xml test/java/src/org/apache/qetest/xsl StylesheetTestletDriver.java test/java/src/org/apache/qetest/xslwrapper TraxWrapperUtils.java Log: Based on origin

DO NOT REPLY [Bug 20817] - fatal error C1076 compiling xalan with stlport 4.5.3 using msvc 6.0

2003-06-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_bu

DO NOT REPLY [Bug 20819] - Errors in NodeSet.java removeElement and removeElementAt

2003-06-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_bu

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/dom MultiDOM.java

2003-06-16 Thread mkwan
mkwan 2003/06/16 12:15:42 Modified:java/src/org/apache/xalan/xsltc/dom MultiDOM.java Log: Fix a minor bug in MultiDOM.addDOMAdapter(). Revision ChangesPath 1.27 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/dom/MultiDOM.java Index: MultiDOM.java =

Re: Q : Encoding problem in XPathWrapper (in samples)

2003-06-16 Thread david_n_bertoni
Just to add to Dmitry's comment -- you will not be able to use TranscodeToLocalCodePage()/TranscodeFromLocalCodePage(), unless your local code page supports the euc-kr characters you are using. You'll need to rebuild Xerces with support for the ICU, then use a transcoder for that encoding to t

Re: Q : Encoding problem in XPathWrapper (in samples)

2003-06-16 Thread Dmitry Hayes
Hi Kim! Generally speaking, Xalan uses Xerces's services for transcoding. I don't think that "euc-kr" is supported by Xerces ( only ASCII, UTF-8, UTF-16 and so on) Probably you need Xerces with ICU(or Iconv) enabled .

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

2003-06-16 Thread grchiu
grchiu 2003/06/16 10:55:40 Modified:java/src/org/apache/xml/dtm/ref DTMAxisIteratorBase.java Log: Fix for the general case of bugzilla 20685: DTMAxisIteratorBase#cloneIterator() was not setting clones to be non-restartable. Revision ChangesPath 1.10 +1 -1

DO NOT REPLY [Bug 20812] - Class cast expression in xalan-j_2_5_1 binary

2003-06-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_bu

DO NOT REPLY [Bug 20819] New: - Errors in NodeSet.java removeElement and removeElementAt

2003-06-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_bu

Re: how to prevent xalan from deleting namespace declarations

2003-06-16 Thread david_marston
Continuing the saga of the "xalan" namespace prefix, Peter Janker writes: >In the generated script the 'xalan' prefix is needed because of the >nodeset extension, but in the generating script it is simply a string >and will therefor not be replaced (as is with the 'xsl:vendor' >problem in the ex

DO NOT REPLY [Bug 20812] - Class cast expression in xalan-j_2_5_1 binary

2003-06-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_bu

Re: how to prevent xalan from deleting namespace declarations

2003-06-16 Thread Peter Janker
Hi David, thank you for your answer. David Marston writes: Have you tried using two namespace-alias declarations, one for xsl and one for xalan? You need to set up the latter one so that "xalan" is the prefix used in the output, since the string "xalan:nodeset" is just part of a string at this st

DO NOT REPLY [Bug 20817] New: - fatal error C1076 compiling xalan with stlport 4.5.3 using msvc 6.0

2003-06-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_bu

Re: how to prevent xalan from deleting namespace declarations

2003-06-16 Thread Joseph Kesselman
My article on styling stylesheets had some comments on the hassles of trying to get specific namespace declarations into your ouput document. The best way to control exactly which prefix is generated, and to force specific namespace nodes, is currently to generate results using and/or rather

RE: Did xalan-xslt handle linefeed character in xml text...?

2003-06-16 Thread Lee, William
Title: Message I totally agreed with that!   However, currently in Xalan-J's XSLT, the ElemAtribute.constructNode() method is using "transformer.transformToString(..)" to construct the attribute value, which will use the serializer to do the job (in TransfomerImpl.java).   And, I think this

Re: how to prevent xalan from deleting namespace declarations

2003-06-16 Thread david_marston
Peter Janker writes: >I try to write an xslt-script that outputs an xslt-script [His example shows xsl:namespace-alias being used for the "xsl" elements.] >...Furthermore xalan is always deleting its own namespace-prefix >declaration (xmlns:xalan="http://xml.apache.org/xalan"; ) from the >styl

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

2003-06-16 Thread zongaro
zongaro 2003/06/16 07:40:48 Modified:java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM2.java Log: Patch from Igor Hersht for Bug 19770. getFirstAttributeIdentity should check that argument is not equal to DTM.NULL prior to calling _type2 method - that method assumes that the argum

DO NOT REPLY [Bug 20812] - Class cast expression in xalan-j_2_5_1 binary

2003-06-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_bu

DO NOT REPLY [Bug 20812] New: - Class cast expression in xalan-j_2_5_1 binary

2003-06-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_bu

Re: "Sane includes" for Xalan

2003-06-16 Thread Matthew Hoyt
Berin, Its good to hear that you've already worked on this problem. David mentioned that you were working on improving Xalan's build/Makefiles and I wasn't sure that this change was part of it. I will take a look and try out the script. I can also help out with testing the ICU-enabled co

DO NOT REPLY [Bug 20795] - Missing SAXTransformerFactory feature in XSLTC

2003-06-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_bu

DO NOT REPLY [Bug 20806] New: - Stylesheet with xsl:include does not compile

2003-06-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_bu

Q : Encoding problem in XPathWrapper (in samples)

2003-06-16 Thread Kim Jeong Yeon
hi. I have question about encoding problem(in XPath Processing). I did compile XPathWrapper sample successfully in Xalan-C++(~xml-xalan/c/samples/XPathWrapper/). also, It works no problem on sample xml file. But, I tried another xml file that encoded "euc-kr", It didn't work. :-( (stop in print o