Re: xupdate problem with jdk1.4

2002-04-05 Thread Miguel Angel Urrutia Soler
i made it works... the problem seems to be the new xalan-2.3.1 and/or xerces-2.0.1 jars, replacing these versions with the old ones (xalan-2.0.1 and xerces-1.4.3) in the xindice's lib directory and the java lib's endorsed directory seems works fine to me... I didn't go deeper to find if both of the

startup problems

2002-04-05 Thread Stephen C. Upton
I'm getting this error on startup: C:\xml-xindice-1.0>startup java -classpath ".;c:\xml-xindice-1.0\java\lib\xind xindice-1.0\java\lib\ant-1.4.1.jar;c:\xml-xindice-1 ml-xindice-1.0\java\lib\infozone-tools.jar;c:\xml-x .2.0.jar;c:\xml-xindice-1.0\java\lib\openorb_tools- java\lib\xalan-2.0.1.jar;c:\

Re: xupdate problem with jdk1.4

2002-04-05 Thread Mark J. Stang
Dominic, Have you tried this: > Earlier, Kimbro Staken <[EMAIL PROTECTED]> wrote: > > > Is this on 1.4 VM? If so you need to use the endorsed standards > > override mechanism to use the older version of Xalan included with > > Xindice· > > http://java.sun.com/j2se/1.4/docs/guide/standards/inde

AW: xupdate problem with jdk1.4

2002-04-05 Thread Sascha Kulawik
Title: AW: xupdate problem with jdk1.4 Take the precompiled binary, works fine for me. > -Ursprüngliche Nachricht- > Von: Dominic Gamble [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 5. April 2002 13:14 > An: xindice-users@xml.apache.org > Betreff: Re: xupdate problem with jd

Re: xupdate problem with jdk1.4

2002-04-05 Thread Dominic Gamble
I've had the exact same problem as you. I tried and tried rearranging libraries to get XUpdate to work with JDK1.4, but could not get it to work. I downgraded to jdk1.3.1_02, and everything worked perfectly after that. If you do manage to get it working, I would love to hear about how you did it!

Re: DTD stuff

2002-04-05 Thread Murray Altheim
Mark J. Stang wrote: This was posted on the old dbXML list... Diego Zamboni wrote: But when I try to add one of my real documents, I get the following error (the document is printed as part of the error): % dbxml ad -c /db -f /home/zamboni/ESP/sensors/XML/components/CVE-2000-0003.xml -n bla Reading

Re: XUpdate and jdk1.4

2002-04-05 Thread Lars Martin
On Wed, 03 Apr 2002 16:03:53 -0700 Jane Riese <[EMAIL PROTECTED]> wrote: > Hi - > > I am testing Xindice 1.0 using jdk1.4 and have Does JDK1.4 come with an own XML parser? May be there are some troubles with your classpath settings and different versions of XML parsers? Did you test your XUpdat

Re: Massive Documents

2002-04-05 Thread Miguel Angel Urrutia Soler
Title: Nachricht You can use the DBXML APIs in order to administer your customer and yes... you can make queries over more than one doc... actually over a collection or a single doc as you prefer...   Miguel Urrutia - Original Message - From: Sascha Kulawik To: xindice-u

Massive Documents

2002-04-05 Thread Sascha Kulawik
Title: Nachricht DOES ANYBODY GOT THIS MESSAGE ?   Hello everybody, I'm just reading the FAQ and have seen, thats not quite the best solution to use Xindice for massive big documents (FAQ 02 & 10). I'm planning to develop a Customer-DB and my intention was, to use a XML DB for later Statis

XPath in XUpdate DOES work though (was RE: Xindice doesn't fully support XPath? /@attribute doesn't work!)

2002-04-05 Thread Dominic Gamble
The following XUpdate query, which uses XPath works under Xindice no probs: http://www.xmldb.org/xupdate";> 999 please note the XPath: /Classes/Class[last()]/@id Why does it work for XUpdateQueryService, but not for XPathQueryService? I may have a play around with the source code to see what's

Re: Xindice doesn't fully support XPath? /@attribute doesn't work!

2002-04-05 Thread Mark J. Stang
For example: xindice xpath -c /db/customers -q "/[EMAIL PROTECTED]'Stang']" will return all documents that have a root element named account with an attribute of 'Stang'. In my previous example, if my document contained an element with an attribute of "mark", then it would return the entire ele

RE: Xindice doesn't fully support XPath? /@attribute doesn't work!

2002-04-05 Thread Øyvind Vestavik
Attributes are nodes in the DOM model. Isn't Xindice founded on the DOM?? Øyvind On Fri, 5 Apr 2002, Maarten Eerdekens wrote: > Xindice can only return a nodeset as a result of a xpath query, > and because attributes are no nodes, this returns nothing. > You will have to make a work around. > I

Re: Xindice doesn't fully support XPath? /@attribute doesn't work!

2002-04-05 Thread Mark J. Stang
Everyone is correct, it doesn't work. It is not Xindice, but rather the XML:DB or DB:XML or something like that API that doesn't support it. So until the API is updated, Xindice doesn't support it. HOWEVER, this is not to say that you can't get back the node that contains the attribute. I h

RE: Xindice doesn't fully support XPath? /@attribute doesn't work!

2002-04-05 Thread Maarten Eerdekens
Xindice can only return a nodeset as a result of a xpath query, and because attributes are no nodes, this returns nothing. You will have to make a work around. I think I heard the experts are working on it. -Original Message- From: Dominic Gamble [mailto:[EMAIL PROTECTED] Sent: vrijdag 5

Re: Xindice doesn't fully support XPath? /@attribute doesn't work!

2002-04-05 Thread Miguel Angel Urrutia Soler
you're rigth... Xindice doesn't implement just attributtes xqueries... if you want to get some attribute you have to get the container element of that attribute. Miguel Angel Urrutia - Original Message - From: "Dominic Gamble" <[EMAIL PROTECTED]> To: Sent: Friday, April 05, 2002 12:55 AM

Xindice doesn't fully support XPath? /@attribute doesn't work!

2002-04-05 Thread Dominic Gamble
It seems that XPath /@attribute queries don't work in Xindice! Please tell me I am wrong. When I execute the following xpath query: xindice xpath -c /db/websystem -q "/Classes/Class[last()]" I get the following results: http://xml.apache.org/xindice/Query"; src:col="/db/websystem" src:key="cla

DTD stuff

2002-04-05 Thread Mark J. Stang
This was posted on the old dbXML list... Diego Zamboni wrote: > But when I try to add one of my real documents, I get the following > error (the document is printed as part of the error): > > % dbxml ad -c /db -f /home/zamboni/ESP/sensors/XML/components/CVE-2000-0003.xml -n bla > Reading... > DEBU