DO NOT REPLY [Bug 11877] - Extension JS element fails if inside a top-level variable

2002-08-20 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_b

DO NOT REPLY [Bug 11877] - Extension JS element fails if inside a top-level variable

2002-08-20 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_b

DO NOT REPLY [Bug 11877] - Extension JS element fails if inside a top-level variable

2002-08-20 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_b

DO NOT REPLY [Bug 11877] New: - Extension JS element fails if inside a top-level variable

2002-08-20 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_b

cvs commit: xml-xalan/c/src/ICUBridge ICUBridge.cpp ICUBridgeCleanup.cpp ICUXalanNumberFormatProxy.cpp

2002-08-20 Thread dbertoni
dbertoni2002/08/20 14:31:59 Modified:c/src/ICUBridge ICUBridge.cpp ICUBridgeCleanup.cpp ICUXalanNumberFormatProxy.cpp Log: Maintain compatibility with version of ICU prior to 2.0. Revision ChangesPath 1.18 +4 -0 xml-xalan/c/src/ICUBridge

DO NOT REPLY [Bug 11758] - Line separator handling of serializer is not correct

2002-08-20 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_b

Re: javax.xml.transform.TransformerException: Did not find the styles heetroot!

2002-08-20 Thread minchau
Yakov, if this works with Tomcat but fails with Weblogic: String uri = getServletContext().getResource("/WEB-INF/xsl/tab.xsl").toString(); isn't it a Weblogic problem in Weblogic's code, or posibly the configuration. Such a getResource() call would fail for other resources too, not just ones nee

DO NOT REPLY [Bug 11758] - Line separator handling of serializer is not correct

2002-08-20 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_b

RE: using Redirect:write

2002-08-20 Thread Matthew L. Avizinis
OK, now I see why I missed it -- It didn't exist in the older version 2.2 Xalan I was using. once again thanks, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 3:29 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re:

RE: using Redirect:write

2002-08-20 Thread Matthew L. Avizinis
thanks much -- I don't know how I missed that. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 3:29 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: using Redirect:write > > > Hi, Matthew > > Redirect:write alread

Re: using Redirect:write

2002-08-20 Thread mkwan
Hi, Matthew Redirect:write already supports the _append_ feature. Here is how to use it: <[EMAIL PROTECTED]> cc:

javax.xml.transform.TransformerException: Did not find the stylesheet root!

2002-08-20 Thread Sobolev, Yakov
I wrote a web application that uses XALAN to transform xml source using "tab.xsl" file This web application works fine when I run it on Tomcat. (Tomcat automatically extracts the contents of .war file) But when I deploy it on WebLogic 6.1 it is trying to load "tab.xsl" file from the .war file. St

DO NOT REPLY [Bug 11758] - Line separator handling of serializer is not correct

2002-08-20 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_b

using Redirect:write

2002-08-20 Thread Matthew L. Avizinis
Hello Xalanites, (weren't those the really bad people in Hellraiser?) `.-) I want to use the Redirect:write extension, but I notice in the source code that it will always create a new file. What I want to do is process many files but only _append_ some output to the alternate output file. Is

DO NOT REPLY [Bug 11758] - Line separator handling of serializer is not correct

2002-08-20 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_b

DO NOT REPLY [Bug 11758] - Line separator handling of serializer is not correct

2002-08-20 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_b

cvs commit: xml-xalan/java/src/org/apache/xpath/parser SimpleNode.java

2002-08-20 Thread jkesselm
jkesselm2002/08/20 07:45:28 Modified:java/src/org/apache/xpath Tag: xslt20 XPathContext.java java/src/org/apache/xpath/parser Tag: xslt20 SimpleNode.java Added: java/src/org/apache/xpath/functions Tag: xslt20 FuncCompare.java Log: Add s

Changing XSLTC to use DTM: binary compatibility

2002-08-20 Thread zongaro
Hello, A few months ago, Myriam Midy did a significant amount of work to change XSLTC to use DTM internally. She committed that work to the XSLTC_DTM branch in the Xalan CVS repository. As Myriam's been busy with other things, including Xalan 3.0 development, I began working a few weeks