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.
Hi Godmar,
Am 24.09.2010 04:47, schrieb Godmar Back:
BaseX's server sends illegal XML to the client, see below. This should never happen, correct?
no, that shouldn't happen. Did you try BaseX 6.2.7 from the Maven repository [1]? If the problem is still present there, would it be possible for you to send us the zipped database folder, e.g. ~/BaseXData/libx2_feed? That would greatly simplify debugging.
Sorry for the inconvenience, Cheers Leo __________ [1] http://www.inf.uni-konstanz.de/dbis/basex/maven/org/basex/basex/6.2.7/
basex-talk@mailman.uni-konstanz.de