Re: [Xerces2] Beta3 Release Plan

2001-10-25 Thread Edwin Goei
[EMAIL PROTECTED] wrote: > > Under MSVJ++, we have that outstanding problem with it not liking explicit > requests for the UTF-8 encoding. Patched past that, we seem to run. OK, I'll fix this soon. -Edwin

cvs commit: xml-xalan/test build.bat build.xml

2001-10-25 Thread curcuru
curcuru 01/10/25 15:43:19 Modified:test build.bat build.xml Log: Pass PARSER_JAR through to the build.xml file and use it in various classpaths; this allows easier testing of Crimson, etc. Revision ChangesPath 1.7 +6 -3 xml-xalan/test/build.bat Inde

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerToHTML.java

2001-10-25 Thread sboag
sboag 01/10/25 15:37:59 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java Log: By longstanding request, don't URL-escape spaces. This is consistent with the specification, and the opinion of the right thing to do by several people on the XSL working group, in

DO NOT REPLY [Bug 4396] - Regressions under IBM JDK 1.1.8

2001-10-25 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 4396] - Regressions under IBM JDK 1.1.8

2001-10-25 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: Namespace aware Xalan Java 2

2001-10-25 Thread Shane_Curcuru
Good question, I don't know. But for building stylesheets, don't forget you kinda *need* the parser to be namespace aware, otherwise the stylesheet itself can't be built. Depending on your XML file and how you're writing your stylesheet, you may not need namespaces for the parse of the xml while

Re: [GUMP] Xalan2 Smoketest Failure

2001-10-25 Thread Shane_Curcuru
Ah-ha! Many thanks, and I now understand the issue (OK, well maybe I don't truly grok it, but I can figure out what patches to send next time it comes up). Sorry, I would have figured it out eventually but work is hell sometimes, and sometimes it's just too tempting to wait and see if someone el

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

2001-10-25 Thread curcuru
curcuru 01/10/25 14:06:12 Modified:test/java/src/org/apache/qetest/trax ExamplesTest.java SystemIdImpInclTest.java TestMultiTypeThreads.java test/java/src/org/apache/qetest/trax/sax SAXSourceAPITest.java

Re: indention with XalanTransformer

2001-10-25 Thread David_N_Bertoni
Hi Jonas, Nope, it's not, but this should be added, and it's relatively straightforward to implement. If I add it, can you get the latest sources from CVS? Xalan-J is support an "extension" attribute on xsl:output called indent-amount. We could also think about supporting that as well, althou

DO NOT REPLY [Bug 4433] New: - XPath bug evaluating comment nodes

2001-10-25 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: bug?

2001-10-25 Thread Paul_Dick
Be sure that you specify the proper encoding on both the source file and your stylesheet. Something like Paul

Re: bug?

2001-10-25 Thread Yueming Xu
just wondering if you can get Chinese back by setting the output encoding. For example, adding the following line before your first template? cheers, Yueming - Original Message - From: "xi chen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 3:20 AM Subje

Re: SAX2SAX and xsl:strip-space

2001-10-25 Thread Scott_Boag
As far as I know xsl:strip-space and xsl:preserve-space are pretty robust. It may be that you are misunderstanding what they do. If you can provide a very terse test case, we may be able to give you more information. But the short of it: In , the whitespace inside the element is whitespace.

Re: Namespace aware Xalan Java 2

2001-10-25 Thread Joseph_Kesselman
>How do I disable the fact that a Xalan2 TransformerFactory is Namespace >aware. XSLT is defined as a namespace-aware language. You can't disable that without severely breaking XSLT. I recommend instead that you rewrite your stylesheet to handle the namespaces properly.

Re: bug?

2001-10-25 Thread Joseph_Kesselman
Be sure to specify the encoding of your input document in its XML declaration, and to set the encoding of your output document using the encoding= attribute of , as an encoding which supports the chinese characters. (But the 创 bothers me; I would have expected that to appear as 创)

DO NOT REPLY [Bug 4428] New: - Cannot use variable substitution inside the decimal-format parameters

2001-10-25 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/whitespace whitespace23.out

2001-10-25 Thread pauldick
pauldick01/10/25 10:52:12 Modified:test/tests/conf-gold/whitespace whitespace23.out Log: Removed unnecessary namespaces, and change output to xml Revision ChangesPath 1.2 +8 -9 xml-xalan/test/tests/conf-gold/whitespace/whitespace23.out Index: whitespace2

cvs commit: xml-xalan/test/tests/conf/axes axes120.xml axes120.xsl

2001-10-25 Thread pauldick
pauldick01/10/25 10:50:55 Added: test/tests/conf/axes axes120.xml axes120.xsl Log: Namespace axes test. Revision ChangesPath 1.1 xml-xalan/test/tests/conf/axes/axes120.xml Index: axes120.xml ==

cvs commit: xml-xalan/test/tests/conf/whitespace whitespace23.xsl

2001-10-25 Thread pauldick
pauldick01/10/25 10:51:31 Modified:test/tests/conf/whitespace whitespace23.xsl Log: Removed unnecessary namespaces, and change output to xml Revision ChangesPath 1.2 +3 -5 xml-xalan/test/tests/conf/whitespace/whitespace23.xsl Index: whitespace23.xsl ==

cvs commit: xml-xalan/java/src/org/apache/xpath/compiler XPathParser.java

2001-10-25 Thread sboag
sboag 01/10/25 09:44:15 Modified:java/src/org/apache/xpath/compiler XPathParser.java Log: Added fix for bug reported by Myriam for match="//x/a" patterns. On the second "/" on "//", the parser wasn't swallowing the token, which caused the "x" pattern to be ancestor instead of

xsl:import and "multiple inheritance"

2001-10-25 Thread Morten Jorgensen
I have spent some time on cleaning up XSLTC's implementation of the xsl:apply-imports element and I have come across a scenario that seems to be handled differently by the various XSLT processors. I'd like some help with determing what the correct behaviour for XSLTC is. Consider that you have th

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime TextOutput.java

2001-10-25 Thread morten
morten 01/10/25 08:48:12 Modified:java/src/org/apache/xalan/xsltc/compiler Stylesheet.java java/src/org/apache/xalan/xsltc/dom DOMImpl.java java/src/org/apache/xalan/xsltc/runtime TextOutput.java Log: Fixed the general handling of the XML namespace map

DO NOT REPLY [Bug 4331] - xsltc doesn't do copy-of select="@*" on xml:lang correctly

2001-10-25 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: Compile problems with STLPort 4.0 and MSVC 6 SP4

2001-10-25 Thread David_N_Bertoni
In general, I hate to change perfectly good source code to work-around bugs in implementations. I'd rather the implementations be fixed to be standard. Note that this code is not a problem on any other compiler, nor is it a problem using the standard STLport 4.0 distribution. Another question

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/trax TransformerImpl.java

2001-10-25 Thread morten
morten 01/10/25 06:48:16 Modified:java/src/org/apache/xalan/xsltc/trax TransformerImpl.java Log: Fix for a bug that seemed to be triggered by the sequence in which Xerces' lexical handler and content handler were set. The lexical handler must be set before the content handler,

How can I output an XML node content as text ?

2001-10-25 Thread MAHE Vincent FTRD/DIH/REN
Hello, I have an XML DOM node with Xalan and I would like to output this node content as a simple text string (and all its children contents as well). Can anyone tell me how I can do that simply ? Thanks. Vincent Mahé

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

2001-10-25 Thread morten
morten 01/10/25 06:13:53 Modified:java/src/org/apache/xalan/xsltc/compiler Import.java Include.java Log: A fix for resulving relative URIs when using and through TrAX without using a URIResolver. PR: n/a Obtained from:n/a Submitte

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/trax TransformerHandlerImpl.java TransformerImpl.java

2001-10-25 Thread morten
morten 01/10/25 05:34:07 Modified:java/src/org/apache/xalan/xsltc/trax TransformerHandlerImpl.java TransformerImpl.java Log: Fixed the TransformerHandler so that it's Transformer instance can be used separateely from the handler itself. PR: bug

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

2001-10-25 Thread morten
morten 01/10/25 03:23:32 Modified:java/src/org/apache/xalan/xsltc/compiler ApplyImports.java DocumentCall.java Stylesheet.java SyntaxTreeNode.java java/src/org/apache/xalan/xsltc/dom LoadDocument.java Log: Fixed the doc

How can I output an XML node content as text ?

2001-10-25 Thread MAHE Vincent FTRD/DIH/REN
Hello, I have an XML DOM node with Xalan and I would like to output this node content as a simple text string (and all its children contents as well). Can anyone tell me how I can do that simply ? Thanks. Vincent Mahé

indention with XalanTransformer

2001-10-25 Thread Jonas Holmberg
Hi. I'm using xalan-c++ to make XSLT tranformations to HTML, and I'm wondering if it's possible to set indentAmount to 1 (instead of the default 0) when using the XalanTransformer class. Best regards // Jonas Holmberg [EMAIL PROTECTED]

Namespace aware Xalan Java 2

2001-10-25 Thread Neale, Robert
How do I disable the fact that a Xalan2 TransformerFactory is Namespace aware. I can see methods in the SaxParser class to do this but my guess is that when I instantiate a TransformerFactory, somewhere along the line it creates a SaxParser object. How can I say (to the TransformerFactory class) "

bug?

2001-10-25 Thread xi chen
hi,dear Mr/Mrss, Now I am using Xalan, I use it just like: "java -cp .;xerces.jar;xalan.jar;bsf.jar;fop.jar;w3c.jar;xml.jar org.apache.xalan.xslt.Process -in %1 -xsl a.xsl -out index.html" I met a problem, i found when i write my xml source file in chinese, such as "´´½¨ÄãµÄÎļþ" an

SAX2SAX and xsl:strip-space

2001-10-25 Thread Sam Yang
Title: SAX2SAX and xsl:strip-space I am using Xalan-Java 2.2.D11 on a Windows 2000 and Jdk1.3. Can I use SAX2SAX sample application with a XSL file contains statement? I seems to me the heading and trailing spaces are still being preserved after the transformation. Thanks, Sam

Re: problem with query string in document()

2001-10-25 Thread David_N_Bertoni
This would be an issue with the Xerces parser, and not with Xalan. You might try searching Bugzilla to see if you can find more information. A cursory search results in the following: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3170 So it looks like it's fixed in the latest Xerces-C n

Re: [GUMP] Xalan2 Smoketest Failure

2001-10-25 Thread Sam Ruby
Shane Curcuru wrote: > > So my question is: how do I or gump get updated to make this test pass? (I > already sent a half-coherent email about this subject earlier that I've > since lost, but I'm figuring Sam or someone else will figure out what I > need to do pretty quickly). Fixed this morning