Hi,

BaseX's server sends illegal XML to the client, see below. This should never happen, correct?

 - Godmar

> java -cp "../../../../WEB-INF/lib/*" org.basex.BaseXClient -p 1985
Username: admin
Password: 
BaseX 6.2.3 [Client]
Try "help" to get some information.

> xquery declare namespace atom='http://www.w3.org/2005/Atom'; doc("libx2_feed")/atom:feed/atom:entry[atom:id="49"]
<entry xmlns="http://libx.org/xml/libx2" xmlns:libx="http://libx.org/xml/libx2" xmlns="http://www.w3.org/2005/Atom">
  <id>49</id>
  <title>Package 2</title>
  <updated>2010-09-23T19:17:06.183Z</updated>
  <author>
    <name>LibX Team</name>
    <uri>http://libx.org</uri>
    <email>libx.org@gmail.com</email>
  </author>
  <content type="html">Content created by LibX Libapp Builder</content>
  <libx:package>
    <libx:entry xmlns="http://libx.org/xml/libx2" src="50"/>
  </libx:package>
</entry>
Query executed in 2.19 ms.
>