DO NOT REPLY [Bug 29748] - Invalid encoding name "GBK".

2004-07-09 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://issues.apache.org/bugzilla/show_bu

RE: XSLTC and runtime xpath eval, Smart Transformer

2004-07-09 Thread Wolf, Chris (IT)
> -Original Message- > From: Robert Koberg [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 10:45 AM > To: [EMAIL PROTECTED] > Subject: Re: XSLTC and runtime xpath eval, Smart Transformer > > > Wolf, Chris (IT) wrote: > > >We would like to implement a library of reusable templat

RE: XSLTC and runtime xpath eval, Smart Transformer

2004-07-09 Thread Wolf, Chris (IT)
> -Original Message- > From: Joseph Kesselman [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 10:59 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: XSLTC and runtime xpath eval, Smart Transformer > > >We would like to implement a library of reusable templates,

Re: SQL Extension exec stored proc breaks between 2.5.1 and 2.5.2/2.6.0

2004-07-09 Thread John Gentilin
Phil, Good debugging... That is kind of what I was expecting. The API Docs say that Execute returns false if the execute is an Update or if the Query returns does not return a result set. Not returning a results set is different than a query that returns an empty result set. Can you explain what t

DO NOT REPLY [Bug 28796] - XSLTC: exsl:node-set gives null pointer exception when casting a string to a text node

2004-07-09 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://issues.apache.org/bugzilla/show_bu

Suspect code?

2004-07-09 Thread dbrosius
In org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl is the following method. At the bottom a new TransformerConfigurationException(e2) is created but never thrown. public XMLFilter newXMLFilter(Templates templates) throws TransformerConfigurationException { try {

Suspect code?

2004-07-09 Thread dbrosius
In org.apache.xalan.xsltc.compiler.AttributeSet is the following method. _name is a QName, who's equals just checks for the objects being the same (using ==). Since EMPTYSTRING is a String, and _name is a QName, then (_name.equals(EMPTYSTRING))) will always be false. public void parseC

Suspect code?

2004-07-09 Thread dbrosius
In org.apache.xalan.serialize.SerializeUtils.java is the following method. dtm.getStringValue(attr) returns an XMLString, which is an interface. This implies to me that this equals code then, is always going to return false, because we are doing String.equals( XMLString ) public static boo

Patch cleans up silly usage of new String constructor

2004-07-09 Thread dbrosius
silly_new_string.patch Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 30007] New: - [xhtml output] Empty element form for non EMPTY declared elements

2004-07-09 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://issues.apache.org/bugzilla/show_bu

Possible bug in Xpath API/eval function?

2004-07-09 Thread Rick Bullotta
Seems that the eval() function in the CachedXPathAPI object returns an incorrect result if the result is a nodeset/nodelist. It appears to always return "one node short". If the Xpath expression would evaluate to a nodeset of 60 nodes, the resulting XNodeSet only has 59 when cast to a nodelist.

RE: XSLTC and runtime xpath eval, Smart Transformer

2004-07-09 Thread Joseph Kesselman
>We would like to implement a library of reusable templates, >and to do so, we don't want to hard code xpaths in the libaray >templates, we want to pass in the xpath string and have it dynamically >evaluated. The XSLTC philosophy is not really compatable with the run-time XPath evaluation exte

Re: XSLTC and runtime xpath eval, Smart Transformer

2004-07-09 Thread Robert Koberg
Wolf, Chris (IT) wrote: We would like to implement a library of reusable templates, and to do so, we don't want to hard code xpaths in the libaray templates, we want to pass in the xpath string and have it dynamically evaluated. As for "server-side", I'm not sure what you mean -- we are processing

RE: XSLTC and runtime xpath eval, Smart Transformer

2004-07-09 Thread Wolf, Chris (IT)
We would like to implement a library of reusable templates, and to do so, we don't want to hard code xpaths in the libaray templates, we want to pass in the xpath string and have it dynamically evaluated. As for "server-side", I'm not sure what you mean -- we are processing everything on the serve

Re: [bug] [xhtml output] Empty element form for non EMPTY declared elements

2004-07-09 Thread Joseph Kesselman
>Is this the wrong mailing list to discuss about a possible bug? This is the right mailing list for discussion of whether something is a bug or not (and discussion of Xalan design generally). For formal bug reports and tracking, we're currently using the Bugzilla database at http://nago

Re: [bug] [xhtml output] Empty element form for non EMPTY declared elements

2004-07-09 Thread Marco
Marco wrote: - The stylesheet: > ... - The output: ... - The standards: ... - The patch: ... Is this the wrong mailing list to discuss about a possible bug? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai