From: Wolfgang M. <wol...@ex...> - 2012-12-05 21:04:48
|
Michela, > I created a new directory in which I've uploaded my xml files and their dtd. The files are displayed correctly, but when I apply some simple functions in the Query Dialog window, the system never returns any results. Can you help? What am I doing wrong? Maybe you are missing a namespace? This is a typical beginners problems, but also happens to experienced XQuery developers sometimes. For example, TEI documents are usually in the tei namespace and you won't see any results unless you use the correct namespace declaration in your query. declare namespace tei="http://www.tei-c.org/ns/1.0"; //tei:div Wolfgang |