sboag 01/08/25 23:00:35
Modified:java/src/org/apache/xpath/objects XStringForChars.java
Log:
Fixed two bugs, one in getChars and one in charAt where the m_start
offset wasn't being used correctly. This manifested itself in some
stuff I was doing with the startsWith function,
garyp 01/08/25 22:14:37
Added: test/tests/bugzilla Bugzilla3265.out Bugzilla3265.xml
Bugzilla3265.xsl
Log:
Test for using an expression in the evaluate extension function that contains a
top-level variable. This was causing an NPE.
Revision Change
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3265
garyp 01/08/25 22:07:05
Modified:java/src/org/apache/xpath VariableStack.java
java/src/org/apache/xpath/operations Variable.java
Log:
Fix bug 3265 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3265). Using an
expression in the evaluate extension function that
I've just uploaded a fix for this.
Gary
> Pasi Hietamaki wrote:
>
> Hi,
>
> I'm a bit confused about the tokenize method in Xalan Java 2.2.D9:
> org.apache.xalan.lib.Extensions.tokenize(tokenize-string), should it
> work? This worked fine with Xalan 2.1.0 (but of course it hadn't DTM).
> If it
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3112
garyp 01/08/25 20:11:16
Modified:java/src/org/apache/xalan/lib Extensions.java
Log:
Fix bug 3112 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3112). Fix tokenize
to work with DTM by obtaining a new DocumentBuilder and not using the document from
the context node.
Rev
> We don't have a source-only distribution for Xalan C++ 1.1 -- you'll have
> to download the entire distribution, or get the sources from CVS by tag
> name. See here for the distribution:
>
>http://xml.apache.org/dist/xalan-c/archives/
wouldn't it be a good idea to provide a source only di
Sorry, I found no user list so...
I have a DOM. Using XPathAPI.selectNodeList(Node,XPath)
works just fine. Now I need to start a XPath query
from a descendant node in the DOM (and not the document
root node).
The results are not what I like them to be. I was wondering
if the use of the ancestor