You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Axel Honfi <e9...@student.tuwien.ac.at> on 2002/03/24 19:58:37 UTC

Problem with xpath-query

Hello!

I'm trying to develop an application with Cocoon2 and XIndice (so I normally
hang out in the cocoon-users-group) and I didn't find any "known bugs" for
XIndice, so I ask here.

With executing an xpath-query (either command-line or via API)I can find
only files without linefeed-characters. With:

xmldb:xindice://localhost:4080/db/next/events/#/event[type="foo"]

the query returns the document

<event>
<type>foo</type>
</event>

but NOT

<event>
<type>
	foo
</type>
</event>

Is this a (known) bug, is there a workaround, or do I query wrong?

Thanks for any help

Axel