AW: [C2.1] Xalan problems?

2001-06-25 Thread Carsten Ziegeler
> Scott_Boag wrote: > > > > Perhaps we should revert to an older version. > > It would be better if you work with us to resolve these problems. We're > trying to make Xalan better, and, in doing so, sometimes we break things. > If we want to go forward, we have to work through these issues. We a

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

2001-06-25 Thread sboag
sboag 01/06/25 20:49:59 Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBase.java Log: In _firstCh and _nextSib, fix so that loop will terminate if, after doing a nextNode, the value is still in an unresolved state, and isMore is false. Revision ChangesPath 1.9

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

2001-06-25 Thread sboag
sboag 01/06/25 20:46:22 Modified:java/src/org/apache/xalan/transformer TransformerHandlerImpl.java Log: Call clearCoRoutine in fatalError, as part of the solution to not hang when an error occurs. If an error handler is not set, send a message to Sys

Re: Notice: Removal of XalanJ1 source on Tuesday, 6/26

2001-06-25 Thread Scott_Boag
> I must say that no other project puts so many disparate things in one CVS > tree, and then requires getting multiple slices in order to do a complete > build and verity the results. I don't know. Maybe we're doing it wrong. The actual structure of our source is not, I believe, different from

[Bug 2310] - Transformation hangs when input source is not well formed

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2310 *** shadow/2310 Mon Jun 25 10:01:49 2001 --- shadow/2310.tmp.12876 Mon Jun 25 20:20:28 2001 *** *** 193,195 --- 193,200 // out.toString(); } } + + + --- Additional Comments From [EMAIL PROTECTED]

Re: Notice: Removal of XalanJ1 source on Tuesday, 6/26

2001-06-25 Thread Sam Ruby
Scott Boag wrote: > > Yes, well, you need the tests also. > > xml-xalan/java to compile xml-xalan > xml-xalan/test to run the smoketests > > If you try to checkout from the xml-xalan level, you'll get the C++ code > also. > > If the conformance test stuff is getting too much to download (it's only

Re: Performance question : what is the fastest way ?

2001-06-25 Thread Laurent Tardif
MAHE Vincent FTRD/DIH/REN wrote: > > Can anyone tell me what is the fastest way to process one unique XML file > against several XSL files. > I mean, I want to process the same XML file with different XSL files (and I > have a lot of them !). I think is a sample with the xalan distribution (pi

Help with Extension Functions

2001-06-25 Thread Paul Grinberg
Hello, I am using the sample code provided with Xalan (with minor syntactical adjustments). At compile time, I get several warnings: "Warning: FunctionSquareRoot::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const XObjectPtr, const XObjectPtr, const X

RE: HTMLEntities.res not found

2001-06-25 Thread Mike Ward
Title: RE: HTMLEntities.res not found hi scott, here's my JVM issue --- good point though, I haven't tried other JVMs. java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build JDK-1.3.0-WebGain-024) Java HotSpot(TM) Client VM (build 1.3.0--WebGain-016, m

Re: Notice: Removal of XalanJ1 source on Tuesday, 6/26

2001-06-25 Thread Scott_Boag
Yes, well, you need the tests also. xml-xalan/java to compile xml-xalan xml-xalan/test to run the smoketests If you try to checkout from the xml-xalan level, you'll get the C++ code also. If the conformance test stuff is getting too much to download (it's only going to get bigger), perhaps you

RE: How Can I get New Xalan Source Code(XalanTransformer class).

2001-06-25 Thread Avula, Raj
Hi Dave, I have downloaded new code today and trying to build the library. I am getting the following error. I am using xerces1.4. To make sure that I am not doing any thing wrong I have tried building xalan1.1 and It works fine. Please look into the following and let me know what is go

Error when using xalan.jar v1.2.1

2001-06-25 Thread Neeraj
Hi, I am using XPath features from xalan.jar v1.2.1, and i am getting AbstractMethodError. I am passing 2 parameters to the method. First parameter is xpath string to search for and second parameter is starting point(node) in the xml file. Does anybody encountered this error? Here is code whic

Error when using xalan.jar v1.2.1

2001-06-25 Thread Neeraj
Hi, I am using XPath features from xalan.jar v1.2.1, and i am getting AbstractMethodError. I am passing 2 parameters to the method. First parameter is xpath string to search for and second parameter is starting point(node) in the xml file. Does anybody encountered this error? Here is code whic

Re: Notice: Removal of XalanJ1 source on Tuesday, 6/26

2001-06-25 Thread Sam Ruby
Scott Boag wrote: > > Don't you just checkout xml-xalan/java When I do that I get: tests-not-available: [echo] [tests] The tests do not seem to be present! [echo] [tests] You must have checked out from CVS to run the tests, [echo] [tests] it is not included in binary dist

Performance question : what is the fastest way ?

2001-06-25 Thread MAHE Vincent FTRD/DIH/REN
Can anyone tell me what is the fastest way to process one unique XML file against several XSL files. I mean, I want to process the same XML file with different XSL files (and I have a lot of them !). How can I parse the XML file just once and then use always the same object with my Transformer ?

Re: HTMLEntities.res not found

2001-06-25 Thread Scott_Boag
Hi Mike. What is your JVM? We were just discussing a potential bug today that might occur in earlier JVMs. -scott "Mike Ward"

Re: [GUMP] Xalan2 Smoketest Failure

2001-06-25 Thread Sam Ruby
Scott Boag wrote: > > Argh! var47imp.xsl was checked in by David today. This should have > succeeded! (it runs fine on my machine). Unfortunately, I am not able to do a CVS update in 20 minutes (my artificial limit), on either of two attempts. See http://jakarta.apache.org/builds/gump/2001-06

Re: FYI: Xalan2 Smoketest hangs on Solaris

2001-06-25 Thread Sam Ruby
Scott Boag wrote: > > If you find enough pity within your heart to kick off another run, > it would be deeply appreciated... Kicked off...hopefully the cvs update will succeed. - Sam Ruby

Re: Notice: Removal of XalanJ1 source on Tuesday, 6/26

2001-06-25 Thread Scott_Boag
Don't you just checkout xml-xalan/java -scott "Sam Ruby"

xsltc bugs

2001-06-25 Thread Jeff Lansing
Hi, I downloaded the June 25 nightly build, built it, and am running the xsltc.bat and xslt.bat scripts with jdk1.2.2. There are two problems that I am getting at runtime, after I have compiled my stylesheets. My test input is this: If I use the following stylesheet I get the output

cvs commit: xml-xalan/c/src/XSLT ElemAttribute.cpp ElemComment.cpp ElemPI.cpp ElemTemplateElement.cpp ElemTemplateElement.hpp

2001-06-25 Thread dbertoni
dbertoni01/06/25 14:58:57 Modified:c/src/XSLT ElemAttribute.cpp ElemComment.cpp ElemPI.cpp ElemTemplateElement.cpp ElemTemplateElement.hpp Log: Generate attributes, comments, and PIs through ElemTemplateElement, to avoid unnecessary use of cached strings.

[Bug 1488] - current()/@attrib expression null in apply-templates select

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1488 *** shadow/1488 Mon Jun 25 14:52:25 2001 --- shadow/1488.tmp.4083Mon Jun 25 14:58:14 2001 *** *** 2,8 | current()/@attrib expression null in apply-templates select| +---

[Bug 1488] - current()/@attrib expression null in apply-templates select

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1488 *** shadow/1488 Sun May 20 17:26:02 2001 --- shadow/1488.tmp.4055Mon Jun 25 14:52:25 2001 *** *** 1,19 ! Bug#: 1488 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resoluti

[Bug 1498] - XSLTMark benchmark test 'xpath' has missing output

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1498 *** shadow/1498 Sun May 20 17:26:05 2001 --- shadow/1498.tmp.3839Mon Jun 25 14:46:01 2001 *** *** 1,19 ! Bug#: 1498 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resoluti

RE: (newbie) undefined symbols XPathParser & XPathLexer in org.apache.xalan.xsltc.compiler.Parser

2001-06-25 Thread John Howard
Thanks - I was just trying to figure out how to invoke cup! -Original Message- From: Jeff Lansing [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: Re: (newbie) undefined symbols XPathParser & XPathLexer in org.apache.xalan.xsltc.compiler.Parser

Re: (newbie) undefined symbols XPathParser & XPathLexer in org.apache.xalan.xsltc.compiler.Parser

2001-06-25 Thread Jeff Lansing
Hi, I had that problem too, until I realized that these files are built from the grammar by java_cup and JLex. run build xsltc.jar to make them. Jeff John Howard wrote: > Hi all, > > (From a fresh check-out) it would appear that the former should be > org.apache.xpath.compiler.XPathParser but

cvs commit: xml-xalan/test/tests/conf-gold/mdocs mdocs16.out

2001-06-25 Thread dmarston
dmarston01/06/25 14:20:35 Added: test/tests/conf-gold/mdocs mdocs16.out Log: New case related to transient bug in variables. Original by Norm Walsh; I trimmed more and made names easier to read. Revision ChangesPath 1.1 xml-xalan/test/tests/conf-gold

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

2001-06-25 Thread dbertoni
dbertoni01/06/25 14:19:25 Modified:c/src/XSLT NodeSorter.cpp Log: Fix sort order for NaN as described in erratum 15. Revision ChangesPath 1.22 +13 -7 xml-xalan/c/src/XSLT/NodeSorter.cpp Index: NodeSorter.cpp ===

cvs commit: xml-xalan/test/tests/conf/mdocs mdocs16.xsl mdocs16.xml

2001-06-25 Thread dmarston
dmarston01/06/25 14:19:09 Added: test/tests/conf/mdocs mdocs16.xsl mdocs16.xml Log: New case related to transient bug in variables. Original by Norm Walsh; I trimmed more and made names easier to read. Revision ChangesPath 1.1 xml-xalan/test/tests/co

HTMLEntities.res not found

2001-06-25 Thread Mike Ward
Title: HTMLEntities.res not found I apologize in advance if this question has been asked before but the archives are not available at the moment I am having problems getting Xalan to locate the HTMLEntities.res file.  The only place that is seems to be picked up is if I drop a copy into

Re: Problem with importNode

2001-06-25 Thread David_N_Bertoni
Hi Mohammed, Please post to the list, since there are no doubt others who are interested in what you're trying to do. You should do something like this: 1. Get a Xerces DOM_Document instance to use. 2. Get a string containing an XPath expression. 3. Wrap the Xerces document in a Xerc

(newbie) undefined symbols XPathParser & XPathLexer in org.apache.xalan.xsltc.compiler.Parser

2001-06-25 Thread John Howard
Hi all, (From a fresh check-out) it would appear that the former should be org.apache.xpath.compiler.XPathParser but the closest thing I can see around for the latter is org.apache.xpath.compiler.Lexer. The last change to org.apache.xalan.xsltc.compiler.Parser appears to be 2001/6/17 12:23:30 wh

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

2001-06-25 Thread dleslie
dleslie 01/06/25 13:20:16 Modified:java/xdocs/sources/xalan commandline.xml history.xml readme.xml Log: Release notes for 2.2.D4 Revision ChangesPath 1.12 +1 -0 xml-xalan/java/xdocs/sources/xalan/commandline.xml Index: commandline.x

cvs commit: xml-xalan/c/src/XSLT ElemAttribute.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp XSLTEngineImpl.cpp XSLTEngineImpl.hpp

2001-06-25 Thread dbertoni
dbertoni01/06/25 13:17:33 Modified:c/src/XSLT ElemAttribute.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp XSLTEngineImpl.cpp XSLTEngineImpl.hpp Log:

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.hpp

2001-06-25 Thread dbertoni
dbertoni01/06/25 13:08:55 Modified:c/src/PlatformSupport DOMStringHelper.hpp Log: New indexOf() helper function. Revision ChangesPath 1.45 +33 -0 xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp Index: DOMStringHelper.hpp ==

cvs commit: xml-xalan/java/src/org/apache/xalan/processor TransformerFactoryImpl.java

2001-06-25 Thread curcuru
curcuru 01/06/25 13:06:18 Modified:java/src/org/apache/xalan/processor TransformerFactoryImpl.java Log: Update setAttribute to accept either Boolean or String values; Updated javadoc; implement getAttribute to at least throw exceptions describing what att

Command Line Sample Blows Up

2001-06-25 Thread Jim Urban
I removed Ant and Tomcat from classpath as one person suggested. Now I get the following exception when running the command line sample (java org.apache.xalan.xslt.Process -IN foo.xml -XSL foo.xsl -OUT foo.out ) XML file: java.lang.NoSuchMethodError at org.apache.xpath.DOM2Helper.getLoca

Re: Problem with importNode

2001-06-25 Thread David_N_Bertoni
As the comment states, it's _extremely difficult within the bridge to implement importNode(), so it's not supported. You should do all of your modifications with the Xerces APIs using the Xerces DOM. Then, when you're done, wrap the document in a XercesDocumentBridge instance and do the transfo

Re: FYI: Xalan2 Smoketest hangs on Solaris

2001-06-25 Thread Scott_Boag
I made a fix to CoroutineSAXParser at 03:46 PM my time, which solved a hang bug. The CVS log lists this as 01/06/24 12:46:40, which I assume is PDT? The gump xml-xalan2 page list the build at Sun Jun 24 12:17:07 PDT 2001, so I think you would have missed it. Also I patched over the variable47 t

cvs commit: xml-xalan/java/src/org/apache/xalan/res XSLTInfo.properties

2001-06-25 Thread dleslie
dleslie 01/06/25 12:02:40 Modified:java/src/org/apache/xalan/res XSLTInfo.properties Log: Updated Development version number to 4. Revision ChangesPath 1.15 +1 -1 xml-xalan/java/src/org/apache/xalan/res/XSLTInfo.properties Index: XSLTInfo.properties

cvs commit: xml-xalan/java/src/org/apache/xalan/processor XSLProcessorVersion.java

2001-06-25 Thread dleslie
dleslie 01/06/25 11:56:32 Modified:java/src/org/apache/xalan/processor XSLProcessorVersion.java Log: Updated Development version number from 2 to 4. Revision ChangesPath 1.19 +1 -1 xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java Ind

Re: [GUMP] Xalan2 Smoketest Failure

2001-06-25 Thread Scott_Boag
> [java] FAIL! StylesheetTestlet variable47.xsl threw: javax.xml.transform.TransformerConfigurationException: > File "file:///home/rubys/jakarta/xml-xalan/test/tests/conf/variable/var47imp.xsl" not found. Argh! var47imp.xsl was checked in by David today. This should have succeeded! (it r

Problem with importNode

2001-06-25 Thread Zubair Mohammed
Hi, I am trying to use the importNode functionality in XalanDocument. I have the following scenario. XalanElement* payloadNode=0; XalanNode* node; payloadNode = theDoc->getDocumentElement();//theDoc is a XalanDocument node = theTargetDoc->importNode(payloadNode,true);// theTargetDoc is the ma

RE: Problem with Xalan 2.1.0

2001-06-25 Thread Jim Urban
I removed the ant .jar files from my classpath and this is what I get: java.lang.NoSuchMethodError at org.apache.xpath.DOM2Helper.getLocalNameOfNode(DOM2Helper.java:326) at org.apache.xalan.templates.TemplateList.getHead(TemplateList.java:471) at org.apache.xalan.templates

Entity and Entity Reference

2001-06-25 Thread Ted X. Toth
I am generating a DOM in java code (I've tried Crimson/JAXP and dom4j) on which I run a transformation (XSLT) to generate HTML. The problem is that entity references have their '&' converted to '&' in the result document. I don't think that this should be happening. Has anyone worked through this

RE: Problem with Xalan 2.1.0

2001-06-25 Thread Bryan Kearney
You are have a jaxp library in your path before the classpath for Xalan. Are you using tomcat? -- bk > -Original Message- > From: Jim Urban [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 25, 2001 12:21 PM > To: [EMAIL PROTECTED] > Subject: Problem with Xalan 2.1.0 >

[GUMP] Build Failure - Xalan1

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

[GUMP] Xalan2 Smoketest Failure

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

[Bug 2313] New: - NPE if attempt to copy an attribute to result tree if no element output

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2313 *** shadow/2313 Mon Jun 25 11:15:30 2001 --- shadow/2313.tmp.28639 Mon Jun 25 11:15:30 2001 *** *** 0 --- 1,43 + ++ + | NPE if attempt to

Problem with Xalan 2.1.0

2001-06-25 Thread Jim Urban
I installed Xalan 2.1.0 When I try to run a sample XML file I get the following error: XSLT Error (javax.xml.transform.TransformerConfigurationException): Namespace not supported by SAXParser My command line is: java org.apache.xalan.xslt.Process -IN foo.xml -OUT foo.out -XSL foo.xsl I am run

[Bug 2310] - Transformation hangs when input source is not well formed

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2310 *** shadow/2310 Mon Jun 25 08:22:32 2001 --- shadow/2310.tmp.26523 Mon Jun 25 10:01:49 2001 *** *** 2,9 | Transformation hangs when input source is not well formed | +---

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

2001-06-25 Thread tmiller
tmiller 01/06/25 09:51:35 Modified:java/src/org/apache/xalan/xsltc/runtime TransformerFactoryImpl.java Log: removed debug statements Revision ChangesPath 1.9 +1 -4 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/TransformerFactoryImp

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

2001-06-25 Thread tmiller
tmiller 01/06/25 09:41:22 Added: java/src/org/apache/xalan/xsltc/runtime TrAXFilter.java Log: proto Revision ChangesPath 1.1 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/TrAXFilter.java Index: TrAXFilter.java ==

Where to put functions like crc32?

2001-06-25 Thread ti
Hi, I am totally new to this list - so it´s my first question: I would like to implement a function that calculates the crc32 of a subtree, like here is the data here is the data or So, where should I implement this? Maybe where the XPath- functions are implemented (like sum()) ? regard

xerces version

2001-06-25 Thread Dmitri Ilyin
Hi *,   wich version of xerces can be found in xalan.zip 2.1.0 downloaded from xml.apache.org???   Is it the latest version???   If no, can I use xerces 1.4.1   regards   Dmitri

Re: Fwd: AW: [C2.1] Xalan problems?

2001-06-25 Thread Scott_Boag
> Perhaps we should revert to an older version. It would be better if you work with us to resolve these problems. We're trying to make Xalan better, and, in doing so, sometimes we break things. If we want to go forward, we have to work through these issues. We are trying to be very responsive

cvs commit: xml-xalan/c/src Makefile.in

2001-06-25 Thread dbertoni
dbertoni01/06/25 08:42:30 Modified:c/srcMakefile.in Log: New Tru64 option. Revision ChangesPath 1.41 +1 -1 xml-xalan/c/src/Makefile.in Index: Makefile.in === RCS file: /home/cvs/xml-xa

RE: comparing of two nodes

2001-06-25 Thread Voytenko, Dimitry
Hi Olga, What do you mean comparing? If you'll write test="node1 = node2" XPath processor will look for text node child of node1 which is equal to text node child of node2. If such nodes were found then this expression will return true. You can use sub-nodes or attributes to compare nodes. If yo

[Bug 2310] New: - Transformation hangs when input source is not well formed

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2310 *** shadow/2310 Mon Jun 25 08:22:32 2001 --- shadow/2310.tmp.26183 Mon Jun 25 08:22:32 2001 *** *** 0 --- 1,64 + ++ + | Transformation han

File paths (was: Complete newbie in Xalan using Xalan c++!!!)

2001-06-25 Thread David_Marston
Hergert writes: >what is wrong if i tell Xalan as an Example instead of "foo.xml" using "d:\xyz\hdghei\foo.xml" in this example foo.xml is there yes I am sure ^^^ I'll borrow the answer from the Xalan-Java FAQ: Q: Why do I get 'file not found' when I pass c:\path\filename.txt? A: Xalan often re

cvs commit: xml-xalan/c/src/XSLT ElemAttributeSet.cpp ElemAttributeSet.hpp ElemUse.cpp ElemUse.hpp Stylesheet.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp VariablesStack.hpp

2001-06-25 Thread dbertoni
dbertoni01/06/25 08:20:22 Modified:c/src/XSLT ElemAttributeSet.cpp ElemAttributeSet.hpp ElemUse.cpp ElemUse.hpp Stylesheet.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp

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

2001-06-25 Thread dbertoni
dbertoni01/06/25 08:16:23 Modified:c/src/XPath XPath.cpp Log: Removed try/catch block now that an exception is being thrown by getVariable(). Revision ChangesPath 1.54 +1 -14 xml-xalan/c/src/XPath/XPath.cpp Index: XPath.cpp ===

[Bug 2309] New: - Zero not getting properly placed in numeric sort

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2309 *** shadow/2309 Mon Jun 25 07:58:41 2001 --- shadow/2309.tmp.25504 Mon Jun 25 07:58:41 2001 *** *** 0 --- 1,19 + ++ + | Zero not getting p

cvs commit: xml-xalan/test d2d.bat d2d.prop s2s.bat s2s.prop

2001-06-25 Thread curcuru
curcuru 01/06/25 07:57:53 Modified:test d2d.bat d2d.prop s2s.bat s2s.prop Log: Update to use new StylesheetTestletDriver; note END_PKG has been removed; Also update to use TransformWrapper flavors instead of deprecated ProcessorWrapper flavors Revision ChangesPath

RE: [Bug 2307] New: - An extension function cannot return a NodeIterator.

2001-06-25 Thread Julian Birch
I've logged two issues, 2307 and 2308. I'm going to start familiarising myself with the new DTM code. Gary, with regards to your remarks about methods that the w3c interfaces do not specify, the problem comes in exactly this area of extension function. When you're just transforming simple XML do

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

2001-06-25 Thread tmiller
tmiller 01/06/25 07:48:59 Modified:java/src/org/apache/xalan/xsltc/runtime TransletTemplates.java Log: added check to see if stylesheet is already an URL Revision ChangesPath 1.6 +15 -5 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/

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

2001-06-25 Thread tmiller
tmiller 01/06/25 07:48:45 Modified:java/src/org/apache/xalan/xsltc/runtime TransformerFactoryImpl.java Log: added check to see if stylesheet is already an URL Revision ChangesPath 1.8 +52 -17 xml-xalan/java/src/org/apache/xalan/xsltc/run

[Bug 2308] New: - Out of memory caused by simple custom Node Iterator.

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2308 *** shadow/2308 Mon Jun 25 07:46:52 2001 --- shadow/2308.tmp.25360 Mon Jun 25 07:46:52 2001 *** *** 0 --- 1,19 + ++ + | Out of memory caus

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl StylesheetTestlet.java

2001-06-25 Thread curcuru
curcuru 01/06/25 07:37:45 Modified:test/java/src/org/apache/qetest/xsl StylesheetTestlet.java Log: Pass our Datalet's options onto underlying TransformWrapper; other Testlet implementations should also do this This allows automatic support of new TransformWrapper.setAttribute()

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xslwrapper TransformWrapper.java TraxDOMWrapper.java TraxFileWrapper.java TraxSAXWrapper.java TraxStreamWrapper.java TraxSystemIdWrapper.java TraxWrapperUtils.java

2001-06-25 Thread curcuru
curcuru 01/06/25 07:35:33 Modified:test/java/src/org/apache/qetest/xslwrapper TransformWrapper.java TraxDOMWrapper.java TraxFileWrapper.java TraxSAXWrapper.java TraxStreamWrapper.java TraxSystemIdWrapper.java

cvs commit: xml-xalan/test/tests/conf/variable variable47.xsl

2001-06-25 Thread dmarston
dmarston01/06/25 07:22:10 Modified:test/tests/conf/variable variable47.xsl Log: Revert to original, now that the import file is present Revision ChangesPath 1.3 +4 -5 xml-xalan/test/tests/conf/variable/variable47.xsl Index: variable47.xsl ==

cvs commit: xml-xalan/test/tests/conf/variable var47imp.xsl

2001-06-25 Thread dmarston
dmarston01/06/25 07:17:27 Added: test/tests/conf/variable var47imp.xsl Log: The missing piece of the variable47 test Revision ChangesPath 1.1 xml-xalan/test/tests/conf/variable/var47imp.xsl Index: var47imp.xsl ===

Re: WHERETO : Xalan books, tutorial

2001-06-25 Thread David_Marston
Benoit Aumars asks: >Any suggestion where to find books, tutorials, tips, etc >about Xalan-Java ? There are no books specifically about Xalan, but a few about XSLT, with more on the way. First, check the "Getting up to speed" section of http://xml.apache.org/xalan-j/overview.html for leads on t

[Bug 2307] New: - An extension function cannot return a NodeIterator.

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2307 *** shadow/2307 Mon Jun 25 06:53:04 2001 --- shadow/2307.tmp.25058 Mon Jun 25 06:53:04 2001 *** *** 0 --- 1,95 + ++ + | An extension funct

[Bug 2005] - Null-pointer in XPath with serialized Templates ( org.apache.xalan.templates.StylesheetRoot ).

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2005 *** shadow/2005 Mon Jun 25 04:54:03 2001 --- shadow/2005.tmp.24222 Mon Jun 25 06:08:20 2001 *** *** 70,72 --- 70,80 a) Is there now a commitment to allowing serialization of *any* stylesheet in some future rel

[Bug 2291] - Reading "META-INF/services/" should NOT assume default character encoding is UTF-8

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2291 *** shadow/2291 Sun Jun 24 10:15:53 2001 --- shadow/2291.tmp.24168 Mon Jun 25 05:52:19 2001 *** *** 93,95 --- 93,106 Garth -- You don't get a ClassNotFoundException. You just get garbage if the file is not i

Re: [Bug 2005] - Null-pointer in XPath with serialized Templates ( org.apache.xalan.templates.StylesheetRoot).

2001-06-25 Thread Scott_Boag
> I am however > + unable to use the modified UnionPathIterator due to the DTMIterator reference, > + so I guess I'll have to wait for the DTM work to go GA. Rob, I don't understand this statement. Can you explain more? -scott

[Bug 2005] - Null-pointer in XPath with serialized Templates ( org.apache.xalan.templates.StylesheetRoot ).

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2005 *** shadow/2005 Sun Jun 24 15:09:28 2001 --- shadow/2005.tmp.23961 Mon Jun 25 04:54:03 2001 *** *** 60,62 --- 60,72 The test for this really needs to cover the entire testsuite and then some... i.e. Seriali

Setting System Properties to use XSLTC

2001-06-25 Thread Paul O'Neill
Hi Todd, I'm writing this to you as I see from xml.apache.org that you are responsible for the JAXP side of things. Im having difficulties compiling a translet/Templates object. It works fine as long as I dont use: System.setProperty("javax.xml.transform.TransformerFactory","org.apache.xa

WHERETO : Xalan books, tutorial

2001-06-25 Thread Benoit_Aumars
Hi all, Any suggestion where to find books, tutorials, tips, etc about Xalan-Java ? Thanks, Benoit. JLT Management Services Limited 6 Crutched Friars, London EC3N 2PH. Co Reg No 1536540 Tel: (44) (0)20 7528 4000 Fax: (44) (0)20 75

Fwd: AW: [C2.1] Xalan problems?

2001-06-25 Thread Davanum Srinivas
Stuart, Carsten, Can you post any more information? Am forwarding this email to the Xalan2J Team. Scott, Xalan Team, Can someone help us out? Thanks, dims Note: forwarded message attached. = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI

Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: [Bug 2124] - Status ofSAXSource is changed in Xalan 2.1.0

2001-06-25 Thread Scott_Boag
Thomas, I am very concerned about this bug, but have not been able to replicate any problems with the current code. I ran the following test tonight, but it did not reveal an problems with recursive parameter evaluation. It's very possible that I misunderstand the bug. I know you are busy, but

Plaese help!Complete newbie in Xalan using Xalan c++!!!

2001-06-25 Thread hergert
Is their anyone who can help using Xalan correctly? To help me out, tell me hot can I tell Xalan to run with XMLFiles which are not in the samepath of the EXE File, what is wrong if i tell Xalan as an Example instead of "foo.xml" using "d:\xyz\hdghei\foo.xml" in this example foo.xml is there

XML file compare problem

2001-06-25 Thread Kumar Shailendra
Hi, I am trying to take the difference between two xmls files using xalan2.0 extension function. Then print the difference as an xml file. I am passing the second file as parameter to the stylesheet. The problem I am facing is the xalan difference function is not giving correct result. For testing