Online tutorial for xpath

2001-06-13 Thread srinivas mohan
Hello, can any one help me in getting a better online tutorial on xpath using xalan and java. Thanks Mohan >From: Gary L Peskin <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Transformation result incomplete w/o error msg >Date: Wed, 13 Jun 2001 22:54:38 -

Re: Transformation result incomplete w/o error msg

2001-06-13 Thread Gary L Peskin
Can you ugrade to the current XalanJ version and see if you still get the problem? If so, it's likely in your "bigger project" code. I think we'll need to see that to see what the problem is since everything is working from the command line. Gary Bjoern Martin wrote: > > Hi there. > > I have

Re: Moving from version 2.0.1 to 2.1

2001-06-13 Thread Gary L Peskin
Glad it's resolved. Gary Anthony Ikeda wrote: > > Thanks Gary, > However I found the problem was not XML, the person in charge of building > our product failed to update a piece of Javascript that ended up not passing > the location of the XSL files, thus no file no version. > > Cheers, > Anth

Re: [GUMP] Build Failure - Xalan1

2001-06-13 Thread Sam Ruby
Joseph Kesselman wrote: > > I think we can bet that Xalan1 will not be updated to _leverage_ DOM3 > parsers. On the other hand, DOM3 should be as compatable with DOM2 > applications as DOM2 is with DOM1 -- maybe more so -- so I would hope that > Xalan1 would run against the new DOMs/parsers with f

Re: Moving from version 2.0.1 to 2.1

2001-06-13 Thread Anthony Ikeda
Thanks Gary, However I found the problem was not XML, the person in charge of building our product failed to update a piece of Javascript that ended up not passing the location of the XSL files, thus no file no version. Cheers, Anthony Ikeda - Original Message - From: "Gary L Peskin" <[E

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

2001-06-13 Thread dbertoni
dbertoni01/06/13 15:25:03 Modified:c/src/XSLT ElemLiteralResult.cpp Log: Removed unneeded include. Revision ChangesPath 1.38 +0 -1 xml-xalan/c/src/XSLT/ElemLiteralResult.cpp Index: ElemLiteralResult.cpp ===

[Bug 1412] - variable fails to capture context node

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1412 *** shadow/1412 Wed Jun 13 14:53:48 2001 --- shadow/1412.tmp.17271 Wed Jun 13 14:54:53 2001 *** *** 2,8 | variable fails to capture context node | +---

[Bug 1412] - variable fails to capture context node

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1412 *** shadow/1412 Sun May 20 17:25:37 2001 --- shadow/1412.tmp.17263 Wed Jun 13 14:53:48 2001 *** *** 1,19 ! Bug#: 1412 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resoluti

cvs commit: xml-xalan/java build.xml

2001-06-13 Thread dleslie
dleslie 01/06/13 14:53:45 Modified:java build.xml Log: updates for 2.2.D2 Revision ChangesPath 1.108 +2 -2 xml-xalan/java/build.xml Index: build.xml === RCS file: /home/cvs/xml-xalan/ja

cvs commit: xml-xalan/java/xdocs/sources/xalan history.xml readme.xml whatsnew.xml

2001-06-13 Thread dleslie
dleslie 01/06/13 14:53:15 Modified:java/xdocs/sources/xalan history.xml readme.xml whatsnew.xml Log: updates for 2.2.D2 Revision ChangesPath 1.7 +1 -1 xml-xalan/java/xdocs/sources/xalan/history.xml Index: history.xml

cvs commit: xml-xalan/java/xdocs/sources entities.ent

2001-06-13 Thread dleslie
dleslie 01/06/13 14:52:51 Modified:java/xdocs/sources entities.ent Log: updates for 2.2.D2 Revision ChangesPath 1.25 +3 -7 xml-xalan/java/xdocs/sources/entities.ent Index: entities.ent ===

[Bug 2162] New: - not outputting namespace nodes with and elements

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2162 *** shadow/2162 Wed Jun 13 14:49:30 2001 --- shadow/2162.tmp.17255 Wed Jun 13 14:49:30 2001 *** *** 0 --- 1,82 + ++ + | not outputting nam

[Bug 1473] - closing tag doesn't match opening tag

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1473 *** shadow/1473 Wed Jun 13 14:32:13 2001 --- shadow/1473.tmp.17216 Wed Jun 13 14:36:22 2001 *** *** 2,8 | closing tag doesn't match opening tag | +---

Re: WrappedRuntimeException bug (?)

2001-06-13 Thread Gary L Peskin
Hi, Johannes - I agree that this is frustrating. org.apache.xalan.utils was an old package the contents of which were moved to org.apache.xml.utils. It is possible that somehow a .java file did not get compiled on the build and that an old .class file remains referring to the now non-existent c

[Bug 1473] - closing tag doesn't match opening tag

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1473 *** shadow/1473 Sun May 20 17:25:56 2001 --- shadow/1473.tmp.17177 Wed Jun 13 14:32:13 2001 *** *** 1,19 ! Bug#: 1473 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: ASSIGNED ! Res

Re: Xalan-C++ xsl:import bug

2001-06-13 Thread David_N_Bertoni
As I stated in my previous reply, If you want someone to look at this you'll need to post a bug report in Bugzilla. How could we possibly debug this, since you're importing stylesheets that you haven't provided? Dave

RE: Xalan-C++ xsl:import bug

2001-06-13 Thread Matthew James Hanson
One detail I forgot…  getFOFormPageMaster template is defined in the first xsl:import (formBase.xsl).  Also, if I remove the xsl:import of packageCoversheet.xsl, Xalan-C++ testXSLT runs without error.   -Original Message- From: Matthew James Hanson [mailto:[EMAIL PROTECTED]] Sent:

Xalan-C++ xsl:import bug

2001-06-13 Thread Matthew James Hanson
The following abbreviated stylesheet was processed flawlessly using Xalan-J:       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"     xmlns:fo="http://www.w3.org/1999/XSL/Format">                        

[Bug 1953] - xalan hangs with {....{@....}....}

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1953 *** shadow/1953 Wed Jun 13 12:24:46 2001 --- shadow/1953.tmp.16981 Wed Jun 13 13:59:06 2001 *** *** 2,9 | xalan hangs with {{@}} | +---

cvs commit: xml-xalan/java/src/org/apache/xalan/xslt Process.java

2001-06-13 Thread jkesselm
jkesselm01/06/13 13:58:41 Modified:java/src/org/apache/xalan/xslt Process.java Log: Single breakpointable point for error exits. Revision ChangesPath 1.36 +18 -9 xml-xalan/java/src/org/apache/xalan/xslt/Process.java Index: Process.java ===

cvs commit: xml-xalan/java/src/org/apache/xalan/templates AVT.java

2001-06-13 Thread mmidy
mmidy 01/06/13 13:58:06 Modified:java/src/org/apache/xalan/templates AVT.java Log: Fix infinite loop with AVT with double curly brackets Revision ChangesPath 1.15 +2 -0 xml-xalan/java/src/org/apache/xalan/templates/AVT.java Index: AVT.java

WrappedRuntimeException bug (?)

2001-06-13 Thread Johannes Eggers
Hi all,   I'm new to this list and Xalan, and I don't like to start off negative, but these types of issues are very frustrating (and don't say a lot for the quality of open source).   Anyhow...  something in Xalan 2 seems to refer to (or throw) org.apache.xalan.utils.WrappedRuntimeException

[Bug 1976] - Different package names: w3c dom level 2 != xalan 2.0.x / 2.1.x

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1976 *** shadow/1976 Sun Jun 10 11:34:08 2001 --- shadow/1976.tmp.16771 Wed Jun 13 13:28:29 2001 *** *** 2,9 | Different package names: w3c dom level 2 != xalan 2.0.x / 2.1.x| +---

cvs commit: xml-xalan/java/src/org/w3c/dom/ranges package.html

2001-06-13 Thread jkesselm
jkesselm01/06/13 13:12:32 Added: java/src/org/w3c/dom/ranges package.html Log: Misnamed package, org.w3c.dom.range should be ...ranges Revision ChangesPath 1.1 xml-xalan/java/src/org/w3c/dom/ranges/package.html Index: package.html ==

cvs commit: xml-xalan/java/src/org/w3c/dom/range DocumentRange.java Range.java RangeException.java package.html

2001-06-13 Thread jkesselm
jkesselm01/06/13 13:11:40 Removed: java/src/org/w3c/dom/range DocumentRange.java Range.java RangeException.java package.html Log: Misnamed package, org.w3c.dom.range should be ...ranges - To

[Bug 1754] - broken

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1754 *** shadow/1754 Wed Jun 13 12:22:48 2001 --- shadow/1754.tmp.16620 Wed Jun 13 13:11:13 2001 *** *** 7,13 | Severity: Normal OS/Version: Solaris | | Priority: High

[Bug 1535] - XPathAPI.eval fails to return certain nodes using descendant axis

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1535 *** shadow/1535 Wed Jun 13 12:22:11 2001 --- shadow/1535.tmp.16568 Wed Jun 13 13:09:22 2001 *** *** 7,13 | Severity: Normal OS/Version: Other | | Priority: High

[Bug 1485] - count(//node())" or count(//someaxis::node())" are returning false counts

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1485 *** shadow/1485 Wed Jun 13 12:21:55 2001 --- shadow/1485.tmp.16530 Wed Jun 13 13:08:16 2001 *** *** 7,13 | Severity: Normal OS/Version: Other | | Priority: High

[Bug 1425] - XPath fails to catch document Element

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1425 *** shadow/1425 Wed Jun 13 12:21:36 2001 --- shadow/1425.tmp.16502 Wed Jun 13 13:07:09 2001 *** *** 7,13 | Severity: Normal OS/Version: All | | Priority: High

cvs commit: xml-xalan/java/src/org/w3c/dom/ranges DocumentRange.java Range.java RangeException.java

2001-06-13 Thread jkesselm
jkesselm01/06/13 12:31:06 Added: java/src/org/w3c/dom/ranges DocumentRange.java Range.java RangeException.java Log: Not that we're using it, but the DOM API is org.w3c.dom.ranges plural, not ...range singular. Revision ChangesPath 1.1

[Bug 1163] - Performance Problems

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1163 *** shadow/1163 Sun May 20 17:24:15 2001 --- shadow/1163.tmp.16417 Wed Jun 13 12:29:26 2001 *** *** 1,19 ! Bug#: 1163 ! Product: XalanJ2 ! Version: 2.0.2 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1549] - doesn't work without namespace attribute

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1549 *** shadow/1549 Sun May 20 17:26:21 2001 --- shadow/1549.tmp.16400 Wed Jun 13 12:27:50 2001 *** *** 1,19 ! Bug#: 1549 ! Product: XalanJ2 ! Version: 2.0.x ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution:

[Bug 1232] - Calling a missing template from inside an xsl:element produces an output element without the closing tag

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1232 *** shadow/1232 Sun May 20 17:24:39 2001 --- shadow/1232.tmp.16382 Wed Jun 13 12:27:26 2001 *** *** 1,19 ! Bug#: 1232 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution:

cvs commit: xml-xalan/java/src/org/w3c/dom/ranges - New directory

2001-06-13 Thread jkesselm
jkesselm01/06/13 12:25:25 xml-xalan/java/src/org/w3c/dom/ranges - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Bug 1837] - Missing word(s) from the Xalan-Java Overview (Introduction)

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1837 *** shadow/1837 Mon May 21 07:44:31 2001 --- shadow/1837.tmp.16363 Wed Jun 13 12:25:40 2001 *** *** 4,13 |Bug #: 1837Product: XalanJ2 | | Status: NEW

[Bug 1875] - Build problem in Xalan-J 2.1.0

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1875 *** shadow/1875 Wed May 23 14:18:40 2001 --- shadow/1875.tmp.16341 Wed Jun 13 12:24:25 2001 *** *** 5,11 | Status: NEW Version: 2.0.4 | | Resolution:

[Bug 1953] - xalan hangs with {....{@....}....}

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1953 *** shadow/1953 Fri Jun 1 08:26:33 2001 --- shadow/1953.tmp.16351 Wed Jun 13 12:24:46 2001 *** *** 5,11 | Status: NEW Version: 2.0.x | | Resolution:

[Bug 1831] - namespaces are ignored in SerializerToXML

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1831 *** shadow/1831 Sun May 20 23:40:38 2001 --- shadow/1831.tmp.16329 Wed Jun 13 12:24:05 2001 *** *** 5,11 | Status: NEW Version: 2.0.1 | | Resolution:

[Bug 1803] - Xalan-J doesn't handle xsl:version on parent literal element

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1803 *** shadow/1803 Sun May 20 17:27:43 2001 --- shadow/1803.tmp.16320 Wed Jun 13 12:23:49 2001 *** *** 1,19 ! Bug#: 1803 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Res

[Bug 1789] - Error when using a entity containing a element

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1789 *** shadow/1789 Sun May 20 17:27:38 2001 --- shadow/1789.tmp.16311 Wed Jun 13 12:23:31 2001 *** *** 1,19 ! Bug#: 1789 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1776] - Informative error message needed for bad XSL

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1776 *** shadow/1776 Sun May 20 17:27:34 2001 --- shadow/1776.tmp.16302 Wed Jun 13 12:23:15 2001 *** *** 1,19 ! Bug#: 1776 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: All ! OS/Version: Other ! Status: NEW ! Resolution

[Bug 1696] - org.apache.xml.utils.FastStringBuffer causes a StringIndexOutOfBoundsException

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1696 *** shadow/1696 Sun May 20 17:27:08 2001 --- shadow/1696.tmp.16279 Wed Jun 13 12:22:27 2001 *** *** 1,19 ! Bug#: 1696 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Res

[Bug 1754] - broken

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1754 *** shadow/1754 Sun May 20 17:27:26 2001 --- shadow/1754.tmp.16291 Wed Jun 13 12:22:48 2001 *** *** 1,19 ! Bug#: 1754 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resoluti

[Bug 1535] - XPathAPI.eval fails to return certain nodes using descendant axis

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1535 *** shadow/1535 Sun May 20 17:26:16 2001 --- shadow/1535.tmp.16266 Wed Jun 13 12:22:11 2001 *** *** 1,18 ! Bug#: 1535 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: Other ! Status: NEW ! Resolution:

[Bug 1485] - count(//node())" or count(//someaxis::node())" are returning false counts

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1485 *** shadow/1485 Sun May 20 17:26:00 2001 --- shadow/1485.tmp.16255 Wed Jun 13 12:21:55 2001 *** *** 1,19 ! Bug#: 1485 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: Other ! Status: NEW ! Resolution:

[Bug 1425] - XPath fails to catch document Element

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1425 *** shadow/1425 Sun May 20 17:25:42 2001 --- shadow/1425.tmp.16244 Wed Jun 13 12:21:36 2001 *** *** 1,19 ! Bug#: 1425 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1269] - current()/@xxx in xsl:copy-of yields null pointer exception

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1269 *** shadow/1269 Sun May 20 17:24:52 2001 --- shadow/1269.tmp.16225 Wed Jun 13 12:21:04 2001 *** *** 1,19 ! Bug#: 1269 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1183] - process hangs up by resolving SYSTEM IDENTIFER URL

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1183 *** shadow/1183 Sun May 20 17:24:22 2001 --- shadow/1183.tmp.16204 Wed Jun 13 12:20:29 2001 *** *** 1,19 ! Bug#: 1183 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1757] - Wrong encoding used when adding attributes in XSLT

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1757 *** shadow/1757 Sun May 20 17:27:27 2001 --- shadow/1757.tmp.16185 Wed Jun 13 12:19:47 2001 *** *** 1,19 ! Bug#: 1757 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Res

[Bug 919] - Double Check Locking scheme will not work!

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=919 *** shadow/919 Sun May 20 17:22:55 2001 --- shadow/919.tmp.16194Wed Jun 13 12:20:06 2001 *** *** 1,19 ! Bug#: 919 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! Sev

[Bug 1670] - xsl:include behaviour depends on StreamSource constructor

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1670 *** shadow/1670 Wed Jun 13 12:14:51 2001 --- shadow/1670.tmp.16172 Wed Jun 13 12:19:25 2001 *** *** 5,11 | Status: NEW Version: 2.0.x | | Resolution:

[Bug 1110] - XPath module returns a curious result

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1110 *** shadow/1110 Wed Jun 13 12:15:11 2001 --- shadow/1110.tmp.16162 Wed Jun 13 12:19:02 2001 *** *** 5,11 | Status: NEW Version: 2.0.1 | | Resolution:

[Bug 1110] - XPath module returns a curious result

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1110 *** shadow/1110 Sun May 20 17:23:57 2001 --- shadow/1110.tmp.16127 Wed Jun 13 12:15:11 2001 *** *** 1,19 ! Bug#: 1110 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1670] - xsl:include behaviour depends on StreamSource constructor

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1670 *** shadow/1670 Sun May 20 17:26:59 2001 --- shadow/1670.tmp.16116 Wed Jun 13 12:14:51 2001 *** *** 1,19 ! Bug#: 1670 ! Product: XalanJ2 ! Version: 2.0.x ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! S

[Bug 1933] - crashes Netscape iPlanet Web Server 4.1

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1933 *** shadow/1933 Tue May 29 07:50:51 2001 --- shadow/1933.tmp.16094 Wed Jun 13 12:13:35 2001 *** *** 5,11 | Status: NEW Version: 2.0.1 | | Resolution:

Re: Creation of HTML file using org.apache.xalan.templates and serialize

2001-06-13 Thread Gary L Peskin
Have a look at the DOMSource class. This allows you to build a DOM tree in java and then use that tree as a parameter to build a new Templates object or to get a Transformer based on that DOM tree. You might also have a look at SAXSource but this is a little more complicated to work with and wou

Re: Xalan-C++ xsl:import bug

2001-06-13 Thread David_N_Bertoni
Please enter a bug in Bugzilla: http://nagoya.apache.org/bugzilla Attach a _minimal_ set of files that will allow us to reproduce the bug. Thanks, Dave

Creation of HTML file using org.apache.xalan.templates and serialize

2001-06-13 Thread Agustinus Tedja
Hello all gurus, I am a student working on Java and XML environment and still a newbie. I'd ask you a question about Xalan extension and hope in the right channel. I am very glad to see xalan project which are really helpful for developer. When I saw the source of org.apache.xalan.templates and se

Xalan-C++ xsl:import bug

2001-06-13 Thread Matthew James Hanson
The following lines of code in my stylesheet run flawlessly using Xalan-J:       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"     xmlns:fo="http://www.w3.org/1999/XSL/Format">                          

[Bug 1930] - Problem with extensions using Weblogic 6.X and JBoss

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1930 *** shadow/1930 Tue May 29 02:38:10 2001 --- shadow/1930.tmp.15692 Wed Jun 13 10:35:53 2001 *** *** 94,96 --- 94,112 :3070) at java.lang.Thread.run(Unknown Source) - + + --- Additional Co

[Bug 1721] - xsl:include is required to precede all other elements

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1721 *** shadow/1721 Sun May 20 17:27:16 2001 --- shadow/1721.tmp.15547 Wed Jun 13 09:55:55 2001 *** *** 1,19 ! Bug#: 1721 ! Product: XalanJ2 ! Version: 2.0.2 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution:

RE: Sun WorkShop 6 ?

2001-06-13 Thread jeetu . gulati
As Dave mentioned, you will have to rebuild the entire library (including Xerces). Moreover, you will have to modify some code as well. Sometime back a colleague of mine had posted an email about it to the list. Anyway, here are the changes that we did to get Xalan running on Solaris 2.8 using Fo

[Bug 1438] - javadoc error in org.xml.sax.ext.LexicalHandler

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1438 *** shadow/1438 Sun May 20 17:25:46 2001 --- shadow/1438.tmp.15464 Wed Jun 13 09:40:16 2001 *** *** 1,19 ! Bug#: 1438 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: All ! OS/Version: All ! Status: NEW ! Resolution:

[Bug 1420] - CompilingStylesheetHandler.generateUniqueClassName() generates invalid class names

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1420 *** shadow/1420 Sun May 20 17:25:40 2001 --- shadow/1420.tmp.15415 Wed Jun 13 09:35:26 2001 *** *** 1,19 ! Bug#: 1420 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: All ! OS/Version: All ! Status: NEW ! Resolution:

[Bug 1421] - CompilingStylesheetHandler.compileElemLiteralResult() spits out bad code

2001-06-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1421 *** shadow/1421 Sun May 20 17:25:40 2001 --- shadow/1421.tmp.15420 Wed Jun 13 09:35:27 2001 *** *** 1,19 ! Bug#: 1421 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: All ! OS/Version: All ! Status: NEW ! Resolution:

One line fix to xsltc source

2001-06-13 Thread Guoliang Cao
I got a NullPointerException when I compile a stylesheet file, so I made a one-line change to this file. Hope it helps. xml-xalan/java/src/org/apache/xalan/xsltc/compiler/LiteralElement.java --- Line 285 - else if (qname.getNamespace().equals(XSLT_URI)) { + else if (qname.getN

Re: [Bug 2124] - Status of SAXSource is changed in Xalan 2.1.0

2001-06-13 Thread Chris P. McCabe
I brought this up a couple of months ago and submitted it as bug #1564. I suspect it could be causing some performance problems without people knowing it because if you don't supply an ErrorHandler, you won't even know that Xerces is generating a bunch of errors (due to not supplying a DTD).

Re: [Bug 2124] - Status of SAXSource is changed in Xalan 2.1.0

2001-06-13 Thread Gary L Peskin
Scott et al -- Thomas brings up a good point here. I'm not sure that we should always be setting dynamic validation on. It would be nice to have a switch in TransformerImpl or somewhere to turn this feature off. Thoughts? Gary [EMAIL PROTECTED] wrote: > > http://nagoya.apache.org/bugzilla/s

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xalanj2 LoggingTraceListener.java

2001-06-13 Thread curcuru
curcuru 01/06/13 07:12:24 Modified:test/java/src/org/apache/qetest/xalanj2 LoggingTraceListener.java Log: Update for DTM_EXP merge: SelectionEvent.m_selection is now a DTMNodeIterator; Just added constructor, which is-a NodeIterator, which is what I wanted

Re: Sun WorkShop 6 ?

2001-06-13 Thread David_N_Bertoni
The download was built with Workshop 4.2, so unless you can build using Workshop 6 is some sort of compatibility mode, you'll have to rebuild everything, and I'm not sure if the sources will build cleanly on 6.0. Dave

Re: [GUMP] Build Failure - Xalan1

2001-06-13 Thread Joseph_Kesselman
>Is it fair to assume that Xalan1 will not be upgraded to support DOM3 >parsers like the development versions of Xerces 1 and Xerces 2 are? I think we can bet that Xalan1 will not be updated to _leverage_ DOM3 parsers. On the other hand, DOM3 should be as compatable with DOM2 applications as DOM

Re: Moving from version 2.0.1 to 2.1

2001-06-13 Thread Gary L Peskin
Anthony -- This error frequently occurs when you are using an XML parser that does not support namespaces. However, I'm assuming that you're using the defaults that come with XalanJ and using the Xerces XML parser. If that is the case, I'd have a look at what is actually coming in on your xslLo

Re: [GUMP] Build Failure - Xalan1

2001-06-13 Thread Sam Ruby
Is it fair to assume that Xalan1 will not be upgraded to support DOM3 parsers like the development versions of Xerces 1 and Xerces 2 are? - Sam Ruby

RE: SAX Errors

2001-06-13 Thread Bryan Kearney
Tomcat came with a jaxp.jar and a parser.jar. remove them from the classpath.   -- bk   -Original Message-From: gautam pachnanda [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 12, 2001 1:11 AMTo: [EMAIL PROTECTED]Subject: SAX Errors Hi,   I am trying to using XA

[GUMP] NullPointerException - getProximityPosition

2001-06-13 Thread Sam Ruby
FYI, From below: [stylebook] java.lang.NullPointerException [stylebook]at org.apache.xpath.axes.PredicatedNodeTest.getProximityPosition(Unknown Source) - Sam Ruby -- Forwarded by Sam Ruby/Raleigh/IBM on 06/13/2001 08:31 AM --- Peter Donald <[EMAIL

Sun WorkShop 6 ?

2001-06-13 Thread Martin Waller
Hello, I've recently (yesterday) downloaded the Xalan kit for SunOS and when I link I'm getting symbol: __1cJDOMParserFparse6MKpkckb_v_ unresolved. The nm -C output shows it as: [351] | 0| 0|NOTY |GLOB |0|UNDEF |DOMParser::DOMParser(XMLValidator*const) [__1cJDOMParser2t6Mk

Re: Question about XSLTC

2001-06-13 Thread Tom Amiro
I'd like to add that this problem does not happen with the Crimson parser. Also, since the release XSLTC has been fixed to get around it. So if you use the latest build, you should be OK. Tom Morten Jorgensen wrote: > Guoliang, > > XSLTC assumes that the SAX 2 parser it gets from JAXP is namesp

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

2001-06-13 Thread morten
morten 01/06/13 05:06:26 Modified:java/src/org/apache/xalan/xsltc/dom SingletonIterator.java Log: Fix for singleton iterators encapsulating variable references. PR: Bugzilla 1412 Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision Changes

[GUMP] Build Failure - Xalan1

2001-06-13 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml prepare: [mkdir] Created dir: /home/rubys/jakart

[GUMP] Build Failure - Xalan2 dist

2001-06-13 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml prepare: compile: [echo] compile entire sourc

Transformation result incomplete w/o error msg

2001-06-13 Thread Bjoern Martin
Hi there. I have a problem with Xalan-J 1.2.2 (WinNT4, SP6, Xerces-J 1.3.1, JDK 1.2.2). I use foo.xml as input and get bar.xml as output, using foo2bar.xsl as stylesheet (it just copies everything). The files are appended. Now I have two different implementation areas for Xalan, one just from

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

2001-06-13 Thread morten
morten 01/06/13 03:13:33 Modified:java/src/org/apache/xalan/xsltc/compiler LogicalExpr.java Log: Fix for code handling logical expressions and combinations of logical expressions. Mindblowing stuff, but it now seems to work as it should. Added another few lines of code to prope

Re: Question about XSLTC

2001-06-13 Thread Morten Jorgensen
Guoliang, XSLTC assumes that the SAX 2 parser it gets from JAXP is namespace aware by default, but unfortunately not all SAX parsers are. This output is caused by XSLTC failing to enable namespace awareness. This only happens with some parsers (it should not really happen with any parser, as they