(Using dbXML beta 4, Java 1.4 rc, WinXP)

I'm trying to reference the 'src:key' attribute of the following
document using XPath....

<?xml version="1.0" ?> 
<node xmlns:src="http://www.dbxml.org/Query"; src:col="/db/root/ocs" 
src:key="37005840459e2954000000ec5d2a0272">
</node>

The XPath query i've been trying is...

/[EMAIL PROTECTED]:key = '37005840459e2954000000ec5d2a0272']

and dbXML generates lots of 'debug' exceptions... not very helpful!

DEBUG> javax.xml.transform.TransformerException: Expected ], 
but found: '37005840459e2954000000ec5d2a0272'
DEBUG> javax.xml.transform.TransformerException: Extra illegal 
tokens: ''37005840459e2954000000ec5d2a0272'', ']'

If I omit the namespace bit 'src:', then no exceptions, but no
documents returned.

Can anyone help?

Regards,
Richard.




Reply via email to