sboag 01/05/26 21:06:10
Modified:java/src/org/apache/xpath/objects Tag: DTM_EXP XString.java
Log:
This change seems bizarre, and looks like it could easily lead to an infinate loop,
so I back out of it.
Revision ChangesPath
No revision
No
sboag 01/05/26 20:53:53
Modified:java/src/org/apache/xpath/objects Tag: DTM_EXP XObject.java
Log:
Return "" instead of "null" for a null object. (where did "null" come from?)
Revision ChangesPath
No revision
No revision
sboag 01/05/26 20:45:09
Modified:java/src/org/apache/xpath/axes Tag: DTM_EXP
DescendantIterator.java
Log:
Backed out of change from main branch. I already fixed the bug, and liked my fix
better.
Revision ChangesPath
No revisi
sboag 01/05/26 20:36:30
Modified:java/src/org/apache/xpath/functions Tag: DTM_EXP
FuncCurrent.java
Log:
Think this file was overwritten from the merge with Myriam's stuff.
Revision ChangesPath
No revision
No
sboag 01/05/26 20:05:17
Modified:java/src/org/apache/xalan/extensions Tag: DTM_EXP
ExtensionHandler.java ExtensionHandlerGeneral.java
MethodResolver.java
java/src/org/apache/xalan/processor Tag: DTM_EXP
sboag 01/05/26 19:28:53
Modified:java/src/org/apache/xalan/transformer Tag: DTM_EXP
KeyIterator.java
java/src/org/apache/xml/dtm/ref Tag: DTM_EXP
DTMDefaultBaseIterators.java
DTMDefaultBaseTraverser
Using Xalan-Java in a servlet
Error: Namespace not supported by
SAXParser
why?
Thank you
Vladimir --
Messages are generated via the warning() method of the current
ErrorListener in the transformer. Create your own
javax.xml.transform.ErrorListener and tell the transformer about it with
Transformer.setErrorListener(). You may wish to have a look at
org.apache.xml.utils.DefaultErrorH
Julian --
Can you post an example of what you're talking about?
Gary
Julian Reschke wrote:
>
> Hi,
>
> I am considering to use XPath as a query language within a WebDAV DASL
> grammar. This means client software can submit a query where the condition
> is expressed as XPath expression applied
The best place to look is probably at the source code for XPathAPI.
Gary
Matthew Clark wrote:
>
> Hi - I don't want to use the XPathAPI - where can I find some information on
> how best to use the low level API? I have it working but it's a bit ugly
> and I'm sure I'm over complicating it.
>
It looks like Xalan's XPath implementation isn't respecting " and
' in quoted strings for comparisons. One of our users noted that
even though queries like title[text()=""Gone Fishing""] are
resolved properly by our indexing system, when they reach Xalan for the
final processing pass, the express
Hello,
During transormations(using commad line invoke), is there a way to suppress
line number in stylesheet where xsl message is generated i.e I would like
to change this output:
Line 657; Column 16; Writing ch07s02.html for section
file:home/vlad/dev/jboss/manual/manual/src/docs/docbook/h
Since we use the C run-time libraries for doing conversions, setting
locales would probably screw up our conversion routines. I'll take a look
at the code and see if I can't do a quick fix.
Dave
Hi - I don't want to use the XPathAPI - where can I find some information on
how best to use the low level API? I have it working but it's a bit ugly
and I'm sure I'm over complicating it.
Regards,
Matthew.
14 matches
Mail list logo