Hi there I have put a xml file in /db/person.
<?xml version="1.0"?> <ns1:Person xml:ns1="http://namespace.org"> <PersonDN>DN string</PersonDN> <PersonDescription> <Name>person name</Name> <Status>PDRA</Status> <ShortDescription>desc string</ShortDescription> </PersonDescription> </ns1:Person> When I query Xindice with: xindice xpath -c /db/person -q /ns1:Person An Exception happens like below, DEBUG> javax.xml.transform.TransformerException: Extra illegal tokens: ':', 'Person' If I remove the prefix ns1:, then it works. Anyone knows what is going on and how to fix it? ciao Xiaodong
