Friday, July 05, 2002, 15:47:09, Erick Brie`re <[EMAIL PROTECTED]> wrote:
> (Perhaps my question concerns more Xpath than Xindice itself... ?)
> Is there a way to get only nodes without their descendant(s) ?
I've asked the same recently. One answer seems to be to use XMLObjects
and alter the retur
(Perhaps my question concerns more Xpath than Xindice itself... ?)
Is there a way to get only nodes without their descendant(s) ?
I test with these two documents:
$ cat doc1.xml
$
$ cat doc2.xml
I'd like to get the list of "CCC values", without having the "
Hello,
It seems that SAXEventGenerator in Xindice 1.0 ("Birthday") is broken.
Could someone confirm this?
The matter is that when I've been using xindice.jar from 1.0rc2 my
client application (Cocoon 2.0.1 based) received correctly UTF-8 encoded
xml.
After replacing the xindice.jar by one from 1.0
the XPATH qurey is working properly when i inserted my
first doucument. but i inserted the second document
which is big in size. It is giving exceptions. I
tried in both linux and windows also.
When i am inserting these two documents in
different collections they are working fine in the
sens
> Bonjour,
>
> I plan to use xindice in an existing application, using the XMLRPC
> plugin (from Kimbo Staken & Kurt Ward,
> http://xindice-xmlrpc.sourceforge.net/).
>
> Does somebody has some experience about that ?
I'm using Xindice as content repository of a CMS written in Perl.
The connection
Bonjour,
I plan to use xindice in an existing application, using the XMLRPC
plugin (from Kimbo Staken & Kurt Ward,
http://xindice-xmlrpc.sourceforge.net/).
Does somebody has some experience about that ?
As the plugin documentation is a bit light (and hard for me: i don't
speak java :-( ), some