Hi there,
I recently downloaded and tried to use BaseX 6 on Windows Vista SP 2 64-bit. I'm consistently experiencing an error message whenever I try to create a database (which seems to be necessary even when trying to open a database). I'm using BaseX in GUI mode. I've seen this behavior with both the BaseX6.exe version (initially) and the .jar as packaged in the BaseX6.zip archive (as a second test).
I've included a link to a PNG file below which will hopefully show up.
http://dl.dropbox.com/u/395437/basex6-db-creation-error.png
Thanks in advance for any help!
Queries don't work on an imported pom.xml with root node as follows: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
However, after removing root node atts and reimporting...the queries work: <project>
Dear Pete,
how do your queries look like? Have you declared the namespaces in the query prolog?
Christian
On Thu, Feb 4, 2010 at 8:38 AM, coach3pete coach3pete@gmail.com wrote:
Queries don't work on an imported pom.xml with root node as follows: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd%22%3E However, after removing root node atts and reimporting...the queries work:
<project>
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Yes, that was the issue. Thanks!
Erik
On Feb 4, 2010, at 4:17 AM, Christian Grün wrote:
Dear Pete,
how do your queries look like? Have you declared the namespaces in the query prolog?
Christian
On Thu, Feb 4, 2010 at 8:38 AM, coach3pete coach3pete@gmail.com wrote:
Queries don't work on an imported pom.xml with root node as follows: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> However, after removing root node atts and reimporting...the queries work:
<project>
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de