DO NOT REPLY [Bug 16794] - assertion failed if we set apostrophy as xslt parameter

2003-02-04 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 16794] - assertion failed if we set apostrophy as xslt parameter

2003-02-04 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/c/src/XPath XPathProcessorImpl.cpp

2003-02-04 Thread dbertoni
dbertoni2003/02/04 23:08:19 Modified:c/src/XPath XPathProcessorImpl.cpp Log: Check for unbalanced string literals. Fixes Bugzilla 16794. Revision ChangesPath 1.70 +2 -2 xml-xalan/c/src/XPath/XPathProcessorImpl.cpp Index: XPathProcessorImpl.cpp ==

DO NOT REPLY [Bug 16794] New: - assertion failed if we set apostrophy as xslt parameter

2003-02-04 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/c/src/XalanTransformer XalanTransformer.cpp XalanTransformer.hpp

2003-02-04 Thread dbertoni
dbertoni2003/02/04 21:41:52 Modified:c/src/XalanTransformer XalanTransformer.cpp XalanTransformer.hpp Log: New overload for transform(). Patch from Berin Lautenbach. Revision ChangesPath 1.66 +3 -16 xml-xalan/c/src/XalanTransformer/XalanT

RE: XalanC: bug in relative URI resolving or my brain?

2003-02-04 Thread Mark Weaver
Ok, I've been doing some fixing up on this. Firstly, what I've done is written a separate class, XalanParsedURI (can change the name if someone can think of a better one). Roughly this goes: class XalanParsedURI { public: // accessors for: scheme authority path qu

Xalan SQL Extension Enhancements (was: funny game)

2003-02-04 Thread art_w
Title: Xalan SQL Extension Enhancements (was: funny game) My responses are included below: -Original Message- From: John Gentilin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 2:14 PM To: Art Welch Subject: Re: A funny game Art, Again sorry for the delay, had an uns

DO NOT REPLY [Bug 16790] - xsl:namespace-alias causes an unhandled exception when namespace prefix is not defined

2003-02-04 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 16790] - xsl:namespace-alias causes an unhandled exception when namespace prefix is not defined

2003-02-04 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/c/src/XSLT StylesheetHandler.cpp

2003-02-04 Thread dbertoni
dbertoni2003/02/04 16:07:41 Modified:c/src/XSLT StylesheetHandler.cpp Log: Changed name of accessor functions. Revision ChangesPath 1.102 +2 -2 xml-xalan/c/src/XSLT/StylesheetHandler.cpp Index: StylesheetHandler.cpp

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

2003-02-04 Thread dbertoni
dbertoni2003/02/04 16:06:56 Modified:c/src/XSLT ElemText.cpp Log: Removed erroneous assertion. Revision ChangesPath 1.12 +0 -1 xml-xalan/c/src/XSLT/ElemText.cpp Index: ElemText.cpp === RCS

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

2003-02-04 Thread dbertoni
dbertoni2003/02/04 16:06:35 Modified:c/src/XSLT ElemTemplateElement.cpp ElemTemplateElement.hpp Log: Changed name of accessor functions. Revision ChangesPath 1.91 +1 -1 xml-xalan/c/src/XSLT/ElemTemplateElement.cpp Index: ElemTemplateElement.cpp ==

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

2003-02-04 Thread dbertoni
dbertoni2003/02/04 16:06:10 Modified:c/src/XSLT ElemLiteralResult.cpp Log: Make message consistent. Revision ChangesPath 1.62 +1 -1 xml-xalan/c/src/XSLT/ElemLiteralResult.cpp Index: ElemLiteralResult.cpp ===

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

2003-02-04 Thread dbertoni
dbertoni2003/02/04 16:05:45 Modified:c/src/XSLT Stylesheet.cpp Log: Make sure namespace prefixes resolve properly. Fixes Bugzilla 16790. Revision ChangesPath 1.89 +4 -3 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

cvs commit: xml-xalan/java build.xml

2003-02-04 Thread zongaro
zongaro 2003/02/04 15:40:06 Modified:java Tag: XSLTC_DTM build.xml Log: Modified "samples" target so that it builds XSLTC samples that have no external dependencies. Also added build targets for the XSLTC samples that have build dependencies, included all such samples under

DO NOT REPLY [Bug 16790] - xsl:namespace-alias causes an unhandled exception when namespace prefix is not defined

2003-02-04 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 16790] New: - xsl:namespace-alias causes an unhandled exception when namespace prefix is not defined

2003-02-04 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/java/xdocs/sources entities.ent

2003-02-04 Thread zongaro
zongaro 2003/02/04 15:37:20 Modified:java/xdocs/sources Tag: XSLTC_DTM entities.ent Log: No real change in this revision. Comment for revision 1.58.2.2 should have said: Removed information that indicated that XSLTC samples have to built "by hand". Also reorganized requirem

cvs commit: xml-xalan/java/xdocs/sources/xalan samples.xml

2003-02-04 Thread zongaro
zongaro 2003/02/04 15:30:58 Modified:java/xdocs/sources/xalan Tag: XSLTC_DTM samples.xml Log: Put information about various samples JAR files into a table to simplify the organization. Revision ChangesPath No revision No revis

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

2003-02-04 Thread zongaro
zongaro 2003/02/04 15:28:47 Modified:java/xdocs/sources Tag: XSLTC_DTM entities.ent Log: ../rem Revision ChangesPath No revision No revision 1.58.2.2 +14 -25xml-xalan/java/xdocs/sources/entities.ent Index: enti

DO NOT REPLY [Bug 16782] - ER_NO_DTMIDS_AVAIL

2003-02-04 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 16782] New: - ER_NO_DTMIDS_AVAIL

2003-02-04 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 15332] - XSLTC: default priority for processing-instruction('name') is not 0

2003-02-04 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 16389] - The Redirect extension does not work with Xalan Java 2.4.1

2003-02-04 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/java/xdocs/sources xalan-jlocal.xml

2003-02-04 Thread zongaro
zongaro 2003/02/04 12:57:57 Modified:java/xdocs/sources Tag: XSLTC_DTM xalan-jlocal.xml Log: Updating copyright year for documentation. Revision ChangesPath No revision No revision 1.24.2.2 +1 -1 xml-xalan/java/xdo

DO NOT REPLY [Bug 16179] - Java class constructor call fails

2003-02-04 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 16582] - tokenize(tokenize-string, delimiters)

2003-02-04 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/java/xdocs/sources/xalan extensions.xml samples.xml

2003-02-04 Thread mkwan
mkwan 2003/02/04 12:42:41 Modified:java/xdocs/sources/xalan Tag: XSLTC_DTM extensions.xml samples.xml Log: xdocs update In samples.xml, update the documentation for the ApplyXSLT sample to provide more information about the input xml and stylesheet. In

cvs commit: xml-xalan/java/xdocs/sources/xalan extensions.xml samples.xml

2003-02-04 Thread mkwan
mkwan 2003/02/04 12:36:17 Modified:java/xdocs/sources/xalan extensions.xml samples.xml Log: xdocs update In samples.xml, update the documentation for the ApplyXSLT sample to provide more information about the input xml and stylesheet. In extensions.xml, add documentation for

cvs commit: xml-xalan/c/src/XalanEXSLT XalanEXSLTString.cpp

2003-02-04 Thread dbertoni
dbertoni2003/02/04 11:56:19 Modified:c/src/XalanEXSLT XalanEXSLTString.cpp Log: Better assert. Revision ChangesPath 1.7 +1 -1 xml-xalan/c/src/XalanEXSLT/XalanEXSLTString.cpp Index: XalanEXSLTString.cpp

DO NOT REPLY [Bug 16769] - XalanEXSLTFunctionPadding::clone calls wrong constructor

2003-02-04 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 16769] - XalanEXSLTFunctionPadding::clone calls wrong constructor

2003-02-04 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/c/src/XalanEXSLT XalanEXSLTStringImpl.hpp

2003-02-04 Thread dbertoni
dbertoni2003/02/04 11:46:56 Modified:c/src/XalanEXSLT XalanEXSLTStringImpl.hpp Log: Use appropriate constructor. Fixes Bugzilla 16769. Revision ChangesPath 1.4 +3 -1 xml-xalan/c/src/XalanEXSLT/XalanEXSLTStringImpl.hpp Index: XalanEXSLTStringImpl.hpp ===

Re: prefix resolving problem

2003-02-04 Thread David N Bertoni/Cambridge/IBM
Hi Ernesto, This bug has already been fixed, so you might want to try building from the latest CVS code, or from a CVS snapshot. Thanks! Dave

cvs commit: xml-xalan/java/samples/translets JAXPTransletMultipleTransformations.java JAXPTransletOneTransformation.java

2003-02-04 Thread zongaro
zongaro 2003/02/04 11:01:36 Modified:java/samples/translets Tag: XSLTC_DTM JAXPTransletMultipleTransformations.java JAXPTransletOneTransformation.java Log: Picking up Sarah McNamara's patch to remove unnecessary import statements.

cvs commit: xml-xalan/java/xdocs/sources/xalan xsltc_usage.xml

2003-02-04 Thread zongaro
zongaro 2003/02/04 10:32:51 Modified:java/xdocs/sources/xalan Tag: XSLTC_DTM xsltc_usage.xml Log: Added information about "use-classpath" attribute and removed a usage constraint that no longer applies on this branch. Revision ChangesPath No revision

DO NOT REPLY [Bug 16769] New: - XalanEXSLTFunctionPadding::clone calls wrong constructor

2003-02-04 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 16222] - Trace: xsl:value-of select="." inside for-each loop fails to extract the value of current node

2003-02-04 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 14691] - Transformation with xalan does not yield correct results when trace used

2003-02-04 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/java/samples/CompiledJAXP Compile.java Transform.java README.cjaxp

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:58:17 Modified:java/samples/CompiledJAXP Tag: XSLTC_DTM Compile.java Transform.java README.cjaxp Log: Updated samples to use the JAXP transform API's, along with XSLTC's "generate-translet" and "use-classpath" attributes to write transl

cvs commit: xml-xalan/java/samples/CompiledServlet README.servlet

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:21:25 Modified:java/samples/CompiledServlet Tag: XSLTC_DTM README.servlet Log: Revised documentation to drop references to XSLTC Native API. Revision ChangesPath No revision No revision 1.2.12.1 +1

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

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:21:00 Modified:java/samples/CompiledServlet Tag: XSLTC_DTM TransformServlet.java Log: Changed sample to use JAXP transform API along with XSLTC's "use-classpath" attribute to load precompiled stylesheets, instead of using the XSLTC Nati

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

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:19:23 Modified:java/samples/CompiledServlet Tag: XSLTC_DTM CompileServlet.java Log: Changed imports to import minimal number of classes and interfaces. Revision ChangesPath No revision No

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

2003-02-04 Thread mkwan
mkwan 2003/02/04 08:08:13 Modified:java/src/org/apache/xalan/xsltc/trax Tag: XSLTC_DTM TransformerImpl.java Log: Propagate a patch from HEAD to XSLTC_DTM. This patch was contributed by Prakash Sridharan ([EMAIL PROTECTED]). Messages displayed using xsl:m

cvs commit: xml-xalan/java/samples/CompiledEJB TransformHome.java TransformRemote.java TransformServlet.java

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:07:07 Modified:java/samples/CompiledEJB Tag: XSLTC_DTM TransformHome.java TransformRemote.java TransformServlet.java Log: Changed imports to import minimal number of classes and interfaces. Revision ChangesPath No

cvs commit: xml-xalan/java/samples/CompiledEJB TransformBean.java

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:06:18 Modified:java/samples/CompiledEJB Tag: XSLTC_DTM TransformBean.java Log: Changed code to use the JAXP transform API's, rather than the XSLTC native API. This code relies on XSLTC's "use-classpath" attribute to ensure that previously compiled translets

cvs commit: xml-xalan/java/samples/CompiledEJB README.ejb

2003-02-04 Thread zongaro
zongaro 2003/02/04 08:03:08 Modified:java/samples/CompiledEJB Tag: XSLTC_DTM README.ejb Log: Fixed some typographical errors. Revision ChangesPath No revision No revision 1.1.12.1 +2 -2 xml-xalan/java/samples/Compi

cvs commit: xml-xalan/java/samples/CompiledApplet menu.html

2003-02-04 Thread zongaro
zongaro 2003/02/04 07:59:31 Modified:java/samples/CompiledApplet Tag: XSLTC_DTM menu.html Log: Changed tag to list all JAR files needed, as suggested by the README file. Revision ChangesPath No revision No revision 1.

cvs commit: xml-xalan/java/samples/CompiledApplet singleTransform.html

2003-02-04 Thread zongaro
zongaro 2003/02/04 07:57:43 Added: java/samples/CompiledApplet Tag: XSLTC_DTM singleTransform.html Log: New applet example using tags to supply parameters. Revision ChangesPath No revision No revision

cvs commit: xml-xalan/java/samples/CompiledApplet README.applet

2003-02-04 Thread zongaro
zongaro 2003/02/04 07:56:52 Modified:java/samples/CompiledApplet Tag: XSLTC_DTM README.applet Log: Made changes to instructions to recommend listing JAR files on applet, rather than suggesting the user tear apart the JAR's and put them back together as a single JAR along with any

cvs commit: xml-xalan/java/samples/CompiledApplet TransformApplet.java

2003-02-04 Thread zongaro
zongaro 2003/02/04 07:54:44 Modified:java/samples/CompiledApplet Tag: XSLTC_DTM TransformApplet.java Log: Updated sample to use the JAXP API, with XSLTC's "use-classpath" attribute to load pre-compiled translets. Revision ChangesPath No

When is the next release of xalan/xsltc

2003-02-04 Thread Prakash Sridharan
Title: When is the next release of xalan/xsltc Hi all, I made an enhancement request to Santiago to redirect the xsl:message from the transformer to the ErrorListener in org.apache.xalan.xsltc.trax.TransformerImpl class. The enhancement has been done and commited into cvs.  In my project, I

prefix resolving problem

2003-02-04 Thread Ernesto Santos
Hi I sent this message on February 1st but I don't see it in the list archive so I'm sending it again in case there was some problem. I've been using XalanC 1.4 and have the following problem: I loaded the following XML document (which happens to be an XSD) http://www.w3.org/2001/XMLSchema"; e

Re: [PATCH] for Issue# 7946

2003-02-04 Thread Joseph Kesselman
Can I vote -.5 on this proposed patch? It's not a bad concept, but I don't think it's the right answer. The requested behavior can be obtained _without_ modifying Xalan by writing a stylesheet that preprocesses your stylesheet to add that behavior to each template. And the annotation-via-styles

[PATCH] for Issue# 7946

2003-02-04 Thread Thangadurai
Hi All,      This is Thangadurai from SIP Technologies & Exports Ltd, I have attempted to fulfill the enhancement request (bug# 7946) which is in open state. Please find the attached patch for the issue.     Issueid - 7946       Description -Adding a new attribut

DO NOT REPLY [Bug 16745] - GenerateId should generate id of a context node

2003-02-04 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