cvs commit: xml-xalan/java/src/org/apache/xpath/objects XString.java

2001-05-26 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xpath/objects XObject.java

2001-05-26 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xpath/axes DescendantIterator.java

2001-05-26 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xpath/functions FuncCurrent.java

2001-05-26 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xpath/objects XObject.java XString.java

2001-05-26 Thread sboag
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

cvs commit: xml-xalan/java/src/org/apache/xpath/functions FuncLocalPart.java

2001-05-26 Thread sboag
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

Problem

2001-05-26 Thread Pablo Fabián Albornoz
Using Xalan-Java in a servlet Error: Namespace not supported by SAXParser why?   Thank you

Re: supressing some output

2001-05-26 Thread Gary L Peskin
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

Re: javax.xml.transform: prohibiting Java extensions

2001-05-26 Thread Gary L Peskin
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

Re: XPath

2001-05-26 Thread Gary L Peskin
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. >

Xalan-J 2 not respecting " and ' in Strings

2001-05-26 Thread Tom Bradford
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

supressing some output

2001-05-26 Thread Vladimir Blagojevic
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

Re: Xalan-C, Floating Numbers depends on locale setings

2001-05-26 Thread David_N_Bertoni
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

XPath

2001-05-26 Thread Matthew Clark
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.