doc("/config/config-file.xml")//some-element

CQ returns the expected elements, but the same query executed through the app 
server returns empty.  Same content source.  This is how I had to work around 
it in my app:

doc("/config/config-file.xml")//node()[name(.)="some-element"]

I don't see why one would work and not the other.  It's not a show stopper, but 
it's definitely bizarre.  Any ideas about what could be going on?

Thanks,

Will
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to