You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Marton Tamás <tm...@sztaki.hu> on 2003/11/04 15:19:24 UTC

XPath Query in Xindice

Hi!

I have a problem with Xindice 1.0. Each time I try to execute an XPath Query I do not get any results 
if there is an XSD defined in the root tag.

For Instance

In this case the XPath Query returns a result:

<manifest identifier="SingleSharableResource_MulitipleFileManifest" version="1.1">

In this case it does not:

<manifest identifier="SingleSharableResource_MulitipleFileManifest" version="1.1" xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd          http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd          http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">

Thanx 

Tom

CreateCollection example code

Posted by Hsiu-Chen Liao <jh...@rorglobal.net>.
Hi
I pluged the CreateCollection.java example code (from xindice1.1b) to my
application, and deploied on Jboss3.2.1. I got ImcompatibleClassChangeError.

Any suggestion?

Thanks