How to unsubscribe or change the mailing Id

2001-07-13 Thread srinivas mohan
Hello, I want to change my email id so how can i unscubscribe this list , so that i can resubscribe with my new address. Thanks Mohan >From: "Jeff Martin" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Speed? >Date: Fri, 13 Jul 2001 12:44:50 -0400 > >

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

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2307 *** shadow/2307 Mon Jun 25 06:53:04 2001 --- shadow/2307.tmp.9818Fri Jul 13 18:45:56 2001 *** *** 2,9 | An extension function cannot return a NodeIterator.| +---

[Bug 2626] - Embedded Transformation fails when input is the actual XML string!

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2626 *** shadow/2626 Fri Jul 13 16:24:35 2001 --- shadow/2626.tmp.9219Fri Jul 13 16:44:15 2001 *** *** 2,9 | Embedded Transformation fails when input is the actual XML string! | +---

Re: Translets and Xalan-j_2_2_D6

2001-07-13 Thread Joseph_Kesselman
>I am wondering where in the development cycle this is Incomplete, improving rapidly. >is there another way inside of xalan to cache stylesheets after they >have read in and used? If I remember correctly: go thru the TRaX APIs up to the point where you have a Templates object, then use it to g

[Bug 2626] New: - Embedded Transformation fails when input is the actual XML string!

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2626 *** shadow/2626 Fri Jul 13 16:24:35 2001 --- shadow/2626.tmp.8989Fri Jul 13 16:24:35 2001 *** *** 0 --- 1,58 + ++ + | Embedded Transform

Speed?

2001-07-13 Thread Jeff Martin
I've looked through the FAQ and related pages and I didn't see anything pertaining to performance improvements between Xalan versions. The reason I'm looking is that I've got an old app that is running slowly using Xalan 1.01 and am considering upgrading to the latest (is 2.2D6 stable?). It constr

Re: TransformerException: stylesheet requires attribute: version

2001-07-13 Thread Gary L Peskin
How are you invoking XalanJ? Are you doing it from the command line? You need to be sure you have a namespace-aware parser. Gary Daya Sharma wrote: > > Hi All > > Can somebody please tell why am I getting this error my XSL has > > > http://www.w3.org/1999/XSL/Transform"; > version="1.0"> >

TransformerException: stylesheet requires attribute: version

2001-07-13 Thread Daya Sharma
Hi All Can somebody please tell why am I getting this error my XSL has http://www.w3.org/1999/XSL/Transform"; version="1.0"> as the first two lines... but why does Xalan 2.0 throw this exception: javax.xml.transform.TransformerException: stylesheet requires attribute: version at org.apache.xa

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

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2291 *** shadow/2291 Mon Jun 25 05:52:19 2001 --- shadow/2291.tmp.8336Fri Jul 13 15:45:36 2001 *** *** 103,106 different value, then they are obliged to encode in UTF-8, regardless of what value they want to use for "

Translets and Xalan-j_2_2_D6

2001-07-13 Thread Gordon Cooke
Hey folks, I am realtively new to xalan. I would be looking for these answers in the archives but they don't seem to be working. I am sorry if these questions have already been answered... there are a couple of features in the 2.2d6 release thar I am interested in. The first and foremo

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Gary L Peskin
Sorry about the "G" in ApplyXPathG. Just my fat fingers. It should be ApplyXPath. Gary Gary L Peskin wrote: > > Oh, I forgot to mention, that I also tried: > > java ApplyXPathG new.xml "id('a')" > > and got the following results: > > Loading classes, parsing Daniel\new.xml, and setting u

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Gary L Peskin
Oh, I forgot to mention, that I also tried: java ApplyXPathG new.xml "id('a')" and got the following results: Loading classes, parsing Daniel\new.xml, and setting up serializer Querying DOM using id('a') Gary Gary L Peskin wrote: > > Daniel -- > > This worked for me just as is. Here

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Gary L Peskin
Daniel -- This worked for me just as is. Here are my results: C:\Temp\Daniel>java IDTest Has Child Nodes: true Name: test Value: null Is this what you got or do you get some kind of exception? This looks like it's working fine on my system. The version of XalanJ that you're using is

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Daniel Einspanjer
Thank you very much for taking a look at this! Attached is a zip with a very simple test case. If you would be able to get this to work, I could easily apply it to my work since I am basically doing the same thing. -- Daniel Einspanjer, [EMAIL PROTECTED] on 07/13/2001 On Fri, 13 Jul 2001 12:0

Re: AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Gary L Peskin
[EMAIL PROTECTED] wrote: > Scott and I have tweaked the fix a bit further -- I think Gary moved a bit > more function than he really wanted to move -- and we'll check that in. Oops. Thanks for catching that. Gotta some trying to get these fixes in right before bedtime. :( Gary

Re: AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Gary L Peskin
Scott -- It's because of what it does. DTMDefaultBase.declareNamespaceInContext is responsible for populating two collections: m_namespaceDeclSets is a vector each of whose elements is a SuballocatedIntVector. Each entry in the vector represents a distinct namespace environment and contains a

cvs commit: xml-xalan/c/Tests/InputSource inputsource.cpp

2001-07-13 Thread pauldick
pauldick01/07/13 13:49:16 Modified:c/Tests/InputSource inputsource.cpp Log: Add code to do comparisions Revision ChangesPath 1.2 +160 -79 xml-xalan/c/Tests/InputSource/inputsource.cpp Index: inputsource.cpp =

cvs commit: xml-xalan/c/Tests/Harness FileUtility.cpp FileUtility.hpp Harness.dsp HarnessInit.hpp

2001-07-13 Thread pauldick
pauldick01/07/13 13:48:40 Modified:c/Tests/Harness FileUtility.cpp FileUtility.hpp Harness.dsp HarnessInit.hpp Log: Many changes. New comparision methods, consolidated where all includes happen Revision ChangesPath 1.10 +152 -53 xml-xala

cvs commit: xml-xalan/c/Tests/Compare compare.cpp

2001-07-13 Thread pauldick
pauldick01/07/13 13:46:15 Modified:c/Tests/Compare compare.cpp Log: Lots of cleanup. Revision ChangesPath 1.6 +19 -123 xml-xalan/c/Tests/Compare/compare.cpp Index: compare.cpp === RCS file:

Re: Xalan C on 390: EBCIDIC woes

2001-07-13 Thread Joseph_Kesselman
>base pathname of the file <--- in ASCII I have a hunch it's actually storing, and showing, that information in Unicode, since the low-order characters for Unicode are the same as ASCII. If so, then the question would be why they aren't being converted to the native codepage before being displa

Re: Xalan C on 390: EBCIDIC woes

2001-07-13 Thread David_N_Bertoni
If you want a version of Xalan that can be built on OS/390, you'll need to get the latest source code from the CVS repository. See: http:xml.apache.org/cvs.html I did the port in conjunction with an IBM porting team, so it should work fine. Please post again if you encounter any problems.

Re: URI encoding vs 'normal' string encoding

2001-07-13 Thread Scott_Boag
Benjamin, the patch is applied. Please refresh from CVS to verify, or let me know if you would rather me send you a jar. -scott Benjamin Riefenst

Re: AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Scott_Boag
Sorry for this dumb note. I think I misunderstood the issue. -scott Scott_Boag@lo

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Joseph_Kesselman
>I found the DOM spec you referred to. I guess now I am trying to find out what DOM >implementation does support id(). I believe the Xerces DOM does, but _ONLY_ for nodes built by the validating parser. If you don't validate, or if you created the node explicitly via the DOM interface, I think

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

2001-07-13 Thread sboag
sboag 01/07/13 13:19:12 Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java Log: On code review of previous checkin from Gary P., we determined there was a problem with the point at which type was declared a DTM.NAMESPACE_NODE. So that part was moved back up (actual

Re: AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Joseph_Kesselman
>Wow. We have several tests that build a stylesheet from a DOM. Why wasn't >this caught? As far as I can tell, it would only arise in situations where namespaces are declared in several places within the same node hierarchy, and might only arise when a specific prefix was redeclared. Most of o

Re: Help -> Extension's and traversing the DTM

2001-07-13 Thread Joseph_Kesselman
>Node 0 is the root node of the DTM. Actually... We _COULD rework DTM so the root node is 1 and DTM_NULL is 0, rather than 0 and -1 as now. We could do something similar with the columns which point to other kinds of data. It'd be a lot of fiddling detail work, but it's doable. I'm not convince

[Bug 1397] - apply-imports shouldn't invoke built-ins to process children

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1397 *** shadow/1397 Sun May 20 17:25:32 2001 --- shadow/1397.tmp.7424Fri Jul 13 13:08:07 2001 *** *** 1,19 ! Bug#: 1397 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resoluti

[Bug 2598] - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2598 *** shadow/2598 Thu Jul 12 07:13:54 2001 --- shadow/2598.tmp.7404Fri Jul 13 13:02:08 2001 *** *** 54,57 used as comparison (Xalan, Saxon, and XT) produce the expected output. While this might seems like an inno

[Bug 2624] New: - xsltc fails conf test idkey18, 31, and 32 with runtime errors

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2624 *** shadow/2624 Fri Jul 13 12:58:52 2001 --- shadow/2624.tmp.7392Fri Jul 13 12:58:52 2001 *** *** 0 --- 1,17 + ++ + | xsltc fails conf t

[Bug 2615] - xsltc is failing conf test idkey05 can't compile, type check error

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2615 *** shadow/2615 Fri Jul 13 07:24:19 2001 --- shadow/2615.tmp.7378Fri Jul 13 12:57:09 2001 *** *** 67,70 Num Section 3.7 ! --- 67,75 Num Section 3.7 ! ! ! --- Addit

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

2001-07-13 Thread sboag
sboag 01/07/13 12:35:16 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java Log: Application of patch submitted by Benjamin Riefenstahl <[EMAIL PROTECTED]> Motivation: We are using Xalan to generate HTML pages. We have the requirement to integrate code for

cvs commit: xml-xalan/java/src/org/apache/xalan/extensions XSLProcessorContext.java

2001-07-13 Thread sboag
sboag 01/07/13 12:13:36 Modified:java/src/org/apache/xalan/extensions XSLProcessorContext.java Log: Fix problem reported by jason heddings <[EMAIL PROTECTED]>. "In v2.0.1, I was able to pass a Node to this function and have the node be copied to the

Re: XML file compare problem

2001-07-13 Thread Gary L Peskin
Kumar -- Did you ever figure out why this is happening? I have the explanation but don't want to post it if you've already figured it out. Gary Kumar Shailendra wrote: > > Hi, > I am trying to take the difference between two xmls files using xalan2.0 > extension function. Then print the diffe

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

2001-07-13 Thread sboag
sboag 01/07/13 12:09:22 Modified:java/src/org/apache/xalan/transformer TransformerHandlerImpl.java Log: Add pauseForTransformThreadStartup. Call this in startDocument just after starting the transform thread. This should get rid of any variability wit

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Gary L Peskin
Daniel -- Did you ever get this working? If not, please attach your XML document and the XPath expression that you're using. If you're building the DOM from other than a text file, change your application to write out the serialized DOM by including FileOutputStream fos = new FileOutputStream

RE: Incremental Transformation Question

2001-07-13 Thread Joseph_Kesselman
>Let me know if you see any huge gotchas with this One suggestion: You proposed >1) Output a query of rows incrementally as an XML stream >2) Parse the stream using a SAX2 Parser (the one in Xerces) If these are happening in the same program, you could speed this up by outputting the query's r

Xalan C on 390: EBCIDIC woes

2001-07-13 Thread Becker, Glen
I have just completed building Xalan C++ on OS/390. In testing it with testXSLT, I get an error message, partially in ASCII and partically in EBCIDIC that says, XSL Warning: Fatal Error at (file , line , column) An exception occured! Type:XMLPlatformException, Message:Could not determine base

Re: Using XPath id() function in Xalan's XPathAPI

2001-07-13 Thread Daniel Einspanjer
This is very useful information, and I thank you for it. I found the DOM spec you referred to. I guess now I am trying to find out what DOM implementation does support id(). I tried using the org.apache.xerces.parsers.DOMParser's getDocument() method which uses the org.w3c.dom, but a call to t

Re: 2.2.D6 Supported Behavior

2001-07-13 Thread Scott_Boag
> Is the intended approach to simply use XObjects in these cases? No. This is a regression. (Notice in the code where it says %TDM% and the block is commented out... ) Somehow I missed enabling this block again. I'll try and get it fixed right away. -scott

[Bug 2620] New: - xsltc fails conf test idkey07 not returning empty string for empty node

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2620 *** shadow/2620 Fri Jul 13 10:20:45 2001 --- shadow/2620.tmp.5967Fri Jul 13 10:20:45 2001 *** *** 0 --- 1,24 + ++ + | xsltc fails conf t

RE: javax.xml.transform.TransformerException: stylesheet requires attribute: version

2001-07-13 Thread John Howard
try preceding qualify version with the xsl namespace: xsl:version="1.0" > -Original Message- > From: Daya Sharma [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 12, 2001 5:24 PM > To: [EMAIL PROTECTED] > Subject: javax.xml.transform.TransformerException: stylesheet requires > attribute

Re: AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Scott_Boag
> XalanJ was > trying to determine a value for a namespace declaration before the value > was set. Wow. We have several tests that build a stylesheet from a DOM. Why wasn't this caught? -scott

Re: New XSLTC TrAX design works well

2001-07-13 Thread Gary L Peskin
Morten -- I think this is a HUGE step and one that will go far toward helping the integration of the two "flavors" of XSLT processors. Now, even simpletons like me will be able to find a way into understanding the overall organization of XSLTC. Good work!! Gary Morten Jorgensen wrote: > > Sc

XPath Parsers

2001-07-13 Thread Matthew Hardy
Hi, I was wondering if anyone knows of a parser for parsing XPath expressions? I am specifically wanting something written in C/C++ that can be customised to access non-xml documents using XPath expressions. I've taken a look at the Xalan source code, but it seems too tightly tied to the XSLT s

Re: Line 0; Column 0; ... stylesheet requires attribute: version

2001-07-13 Thread Gary L Peskin
Martin -- 1) Use setAttributeNS to set your attributes. 2) I don't see where you've added the version attribute. Be sure that when you add it, it's in the default, not the XSLT, namespace: tempElement.setAttributeNS(null, "version", "1.0"); Gary Martin Sparenberg wrote: > > On Thu, 12 Ju

Re: Help -> Extension's and traversing the DTM

2001-07-13 Thread Joseph_Kesselman
> A node index of 0 should not be allowed Node 0 is the root node of the DTM. > or the Int array should init to DTM.NULL. I'm somewhat concerned that initializing an array to non-zero values would impose a significant performance overhead, unless someone knows a screaming-fast way of doing thi

[Bug 2617] New: - (Array out of bounds Exception??) Source_Location property not properly handled when set through APIs.

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2617 *** shadow/2617 Fri Jul 13 07:28:37 2001 --- shadow/2617.tmp.3628Fri Jul 13 07:28:37 2001 *** *** 0 --- 1,24 + ++ + | (Array out of boun

[Bug 2615] New: - xsltc is failing conf test idkey05 can't compile, type check error

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2615 *** shadow/2615 Fri Jul 13 07:24:19 2001 --- shadow/2615.tmp.3601Fri Jul 13 07:24:19 2001 *** *** 0 --- 1,70 + ++ + | xsltc is failing c

Re: More Info -> Re: Help -> Extension's and traversing the DTM

2001-07-13 Thread gentijo
Scott, Was doing the happy dance on the plane ride back. My problem was the m_firstch was not being set on the column-header entries. Since the Int Arrays init to 0, the first child of the column-header entries points back to the row-set node causing an endless loop. I think I have a handle on th

Re: Servlet example

2001-07-13 Thread Morten Jorgensen
Please refer to my recent e-mail to xalan-dev: > Do not try to run any extensive testing on the TrAX implementation. > This is just a very basic start and proof of concept. I added some new TrAX code today, which demonstrates how the current XSLTC TrAX implementation can be used. These samples a

AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Carsten Ziegeler
Thanks Gary for your quick help in fixing this! I just tried it out and it works absolutly great! (Forget my previous email about the try/catch block, I send it about 15 minutes before I received the notification about your fix). Have a nice week, Carsten > -Ursprungliche Nachricht-

Re: Line 0; Column 0; ... stylesheet requires attribute: version

2001-07-13 Thread Martin Sparenberg
On Thu, 12 Jul 2001, [EMAIL PROTECTED] wrote: > >"DOM006 Hierarchy request error" > > That means you're trying to insert a node someplace that the DOM spec says > it doesn't belong -- eg, trying to insert a second root element, or trying > to make an element the child of a text node. Check and fi

Re: Servlet example

2001-07-13 Thread Bruno Verachten
Hi Padraig, Bruno Verachten wrote: >> I have the same problem, when setting the >> javax.xml.transform.TransformerFactory >> system property to >> org.apache.xalan.xsltc.trax.TransformerFactoryImpl. > Try org.apache.xalan.xsltc.trax.TransformerFactoryImpl > The location of this class cha

New XSLTC TrAX design works well

2001-07-13 Thread Morten Jorgensen
Scott & all, I have modified our TrAX implementation in org.apache.xalan.xsltc.trax do reflect the design we came up with after our phone meeting a couple of days ago. Our TransformerFactoryImpl class is basically a stylesheet compiler. The definition for (ie. bytecodes) the translet class and al

URI encoding vs 'normal' string encoding

2001-07-13 Thread Benjamin Riefenstahl
Hi all, I have a small problem with the HTML output of Xalan. Motivation: We are using Xalan to generate HTML pages. We have the requirement to integrate code for ad banners. The ad server provider has written the code to use with compatibility to NetScape 4 in mind. The code uses the NetSca

cvs commit: xml-xalan/java/samples/CompiledServlet CompileServlet.java

2001-07-13 Thread morten
morten 01/07/13 03:36:19 Modified:java/samples/CompiledApplet TransformApplet.java java/samples/CompiledBrazil TransformHandler.java java/samples/CompiledServlet CompileServlet.java Added: java/samples/CompiledJAXP Compile.java Transform.java Log

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

2001-07-13 Thread morten
morten 01/07/13 03:32:37 Modified:java/src/org/apache/xalan/xsltc/compiler XSLTC.java java/src/org/apache/xalan/xsltc/trax TemplatesImpl.java TransformerFactoryImpl.java TransformerImpl.java Log: A few minor adjustments to yesterdays JAXP/TrAX

cvs commit: xml-xalan/java/samples/CompiledJAXP - New directory

2001-07-13 Thread morten
morten 01/07/13 03:25:06 xml-xalan/java/samples/CompiledJAXP - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WIN32: 'xslt_module' in stead of 'mod_xslt' (not correct in documentation)

2001-07-13 Thread Duxx - Rein van der Mast
Yes, that's it. Thanks ! Rein - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 7:07 PM Subject: Re: Can't locate API module structure 'mod_xslt' > > I think this may be a typo in the documentation. Try using xslt_module as > is spec

AW: [Xalan-J 2.2.0D6]: SOLVED/BUG: Strange problems with DOM and XPath

2001-07-13 Thread Carsten Ziegeler
Hello, with the serialized dom/node attached to the last mail it is possible to reproduce the exception by simply calling XPathAPI.selectNodeList(node, "*/*"); After some investigation into the code of the SuballocatedIntVector we found out that placing a try/catch block around the method which

Re: Servlet example

2001-07-13 Thread Padraig O'hIceadha
Hi Bruno, Bruno Verachten wrote: > Hi Paul, > > I have the same problem, when setting the > javax.xml.transform.TransformerFactory > system property to > org.apache.xalan.xsltc.trax.TransformerFactoryImpl. > In the doc, it was written we had to give this value: | > org.apache.xalan.xsltc.runtime

Re: AW: [Xalan-J 2.2.0D6]: Strange problems with DOM and XPath

2001-07-13 Thread Gary L Peskin
Carsten -- I have uploaded a fix to CVS for this strange problem. XalanJ was trying to determine a value for a namespace declaration before the value was set. Thanks much for your persistence in this. I appreciate the work involved in migrating from DOM Level 1 to DOM Level 2 in your applicati

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

2001-07-13 Thread garyp
garyp 01/07/13 00:59:42 Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java Log: Fix problem reported by Carsten Ziegeler <[EMAIL PROTECTED]>. Using ApplyXPath (or doing a transformation) with DOM input was resulting in an NPE due to declareNamespaceInContext() being