
Dear developer team, oXygen is our favorite XML editor - but it seems to lack good support for our favorite XML database BaseX. While I cannot find any reference to "BaseX" in the dialog windows of oXygen, I have found some information in the BaseX documentation, describing how to open documents via WebDAV or execute queries via XQuery (http://docs.basex.org/wiki/Integrating_oXygen). But those two variants don't seem to complement each other. I would be very interested... a) if you plan a better integration of BaseX in your system? b) what's currently the easiest way to access all BaseX databases and documents from within oXygen? In other words, do I always have to use "File" -> "Open URL..." to get all database resources listed? Thanks a lot in advance, Hannes PS: I've tried to send this mail quite a while ago, but apparently it didn't make it to the list, so this is the second run.. Sorry for persistiing.

Hi Hannes, The way we recommend it is to use an XQJ connection to executes queries and an WebDAV connection for browsing. So instead of using "File" -> "Open URL..." action all the time you will use the Data Source Explorer view to browse BaseX through the WebDAV connection. As we see it, the XQJ connection and the WebDAV connection working together cover rather well any BaseX requirement (XQuery execution + browsing), but if you are missing something please let us know. We will also add an article on our site about the BaseX support. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/28/2012 1:16 PM, Hannes Bauer wrote:
Dear developer team,
oXygen is our favorite XML editor - but it seems to lack good support for our favorite XML database BaseX. While I cannot find any reference to "BaseX" in the dialog windows of oXygen, I have found some information in the BaseX documentation, describing how to open documents via WebDAV or execute queries via XQuery (http://docs.basex.org/wiki/Integrating_oXygen). But those two variants don't seem to complement each other.
I would be very interested...
a) if you plan a better integration of BaseX in your system? b) what's currently the easiest way to access all BaseX databases and documents from within oXygen? In other words, do I always have to use "File" -> "Open URL..." to get all database resources listed?
Thanks a lot in advance, Hannes
PS: I've tried to send this mail quite a while ago, but apparently it didn't make it to the list, so this is the second run.. Sorry for persistiing.
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Alex, thanks for your quick response, and sorry for my delay. > The way we recommend it is to use an XQJ connection to executes queries
and an WebDAV connection for browsing. So instead of using "File" -> "Open URL..." action all the time you will use the Data Source Explorer view to browse BaseX through the WebDAV connection.
I didn't manage yet to get the Data Source Explorer running with BaseX. Probably it's only about some details that I'm doing wrong? Could you give some details how the Data Source Explorer can be used to browse BaseX through the WebDAV connection? > We will also add an article on our site about the BaseX support. Yes, this would be great! Thanks in advance, Hannes ----- Ursprüngliche Message ----- Von: Alex Jitianu <alex_jitianu@sync.ro> An: Hannes Bauer <hannesbauer@yahoo.com> CC: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Gesendet: 8:48 Montag, 30.Juli 2012 Betreff: Re: [oXygen-user] BaseX Support in oXygen? Hi Hannes, As we see it, the XQJ connection and the WebDAV connection working together cover rather well any BaseX requirement (XQuery execution + browsing), but if you are missing something please let us know. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/28/2012 1:16 PM, Hannes Bauer wrote:
Dear developer team,
oXygen is our favorite XML editor - but it seems to lack good support for our favorite XML database BaseX. While I cannot find any reference to "BaseX" in the dialog windows of oXygen, I have found some information in the BaseX documentation, describing how to open documents via WebDAV or execute queries via XQuery (http://docs.basex.org/wiki/Integrating_oXygen). But those two variants don't seem to complement each other.
I would be very interested...
a) if you plan a better integration of BaseX in your system? b) what's currently the easiest way to access all BaseX databases and documents from within oXygen? In other words, do I always have to use "File" -> "Open URL..." to get all database resources listed?
Thanks a lot in advance, Hannes
PS: I've tried to send this mail quite a while ago, but apparently it didn't make it to the list, so this is the second run.. Sorry for persistiing.
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hi Hannes, First of all make sure that the BaseX HTTP Server is started. Information about how to start it can be found here: http://docs.basex.org/wiki/Startup#BaseX_HTTP_Server The configuration file for the HTTP server is named ".basex" and is found in the BaseX installation dir. This might help finding out the port on which the HTTP server is running. The default port for BaseX WebDAV is 8984. To check if everything is O.K. you can use an WebDAV URL inside a browser. Something like the example below. The example gets an document from a database named TEST: http://localhost:8984/webdav/TEST/etc/factbook.xml Once you are sure that the BaseX WebDAV is working you can configure the an WebDAV connection in Oxygen through the steps from the link. The WebDAV URL should look something like http://localhost:{port}/webdav/{database_name}. Like I said, the default port for BaseX WebDAV is 8984. http://oxygenxml.com/doc/ug-editor/tasks/configure-webdav-connection.html Do not hesitate to contact us if you have any problems. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 8/15/2012 12:23 PM, Hannes Bauer wrote:
Alex,
thanks for your quick response, and sorry for my delay.
The way we recommend it is to use an XQJ connection to executes queries and an WebDAV connection for browsing. So instead of using "File" -> "Open URL..." action all the time you will use the Data Source Explorer view to browse BaseX through the WebDAV connection.
I didn't manage yet to get the Data Source Explorer running with BaseX. Probably it's only about some details that I'm doing wrong? Could you give some details how the Data Source Explorer can be used to browse BaseX through the WebDAV connection?
We will also add an article on our site about the BaseX support.
Yes, this would be great!
Thanks in advance,
Hannes
----- Ursprüngliche Message ----- Von: Alex Jitianu <alex_jitianu@sync.ro> An: Hannes Bauer <hannesbauer@yahoo.com> CC: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Gesendet: 8:48 Montag, 30.Juli 2012 Betreff: Re: [oXygen-user] BaseX Support in oXygen?
Hi Hannes,
As we see it, the XQJ connection and the WebDAV connection working together cover rather well any BaseX requirement (XQuery execution + browsing), but if you are missing something please let us know.
Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
On 7/28/2012 1:16 PM, Hannes Bauer wrote:
Dear developer team,
oXygen is our favorite XML editor - but it seems to lack good support for our favorite XML database BaseX. While I cannot find any reference to "BaseX" in the dialog windows of oXygen, I have found some information in the BaseX documentation, describing how to open documents via WebDAV or execute queries via XQuery (http://docs.basex.org/wiki/Integrating_oXygen). But those two variants don't seem to complement each other.
I would be very interested...
a) if you plan a better integration of BaseX in your system? b) what's currently the easiest way to access all BaseX databases and documents from within oXygen? In other words, do I always have to use "File" -> "Open URL..." to get all database resources listed?
Thanks a lot in advance, Hannes
PS: I've tried to send this mail quite a while ago, but apparently it didn't make it to the list, so this is the second run.. Sorry for persistiing.
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hi Alex, thanks for the detailed walkthrough! I finally managed to get it running. The BaseX HTTP Server was already working as expected, but I didn't know how to connect to WebDAV (I also found http://docs.basex.org/wiki/Integrating_oXygen , but this didn't cover how to create a WebDAV Data Source).
WebDAV URL should look something like http://localhost:{port}/webdav/{database_name}.
I found out that you can simply specify the webdav root: http://localhost:8984/webdav/ This way, you'll be able to address all databases in BaseX. Did you already think about including a BaseX default configuration in the dialog windows of oXygen? This may help users like me to get it all up and running. All the best, Hannes PS: Need to tell you.. oXygen has always been my favorite XML editor; I'm advertising your product whenever I get the chance to do so! -- On 8/15/2012 12:23 PM, Hannes Bauer wrote:
Alex,
thanks for your quick response, and sorry for my delay.
> The way we recommend it is to use an XQJ connection to executes queries
and an WebDAV connection for browsing. So instead of using "File" -> "Open URL..." action all the time you will use the Data Source Explorer view to browse BaseX through the WebDAV connection.
I didn't manage yet to get the Data Source Explorer running with BaseX. Probably it's only about some details that I'm doing wrong? Could you give some details how the Data Source Explorer can be used to browse BaseX through the WebDAV connection?
> We will also add an article on our site about the BaseX support.
Yes, this would be great!
Thanks in advance,
Hannes
----- Ursprüngliche Message ----- Von: Alex Jitianu <alex_jitianu@sync.ro> An: Hannes Bauer <hannesbauer@yahoo.com> CC: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Gesendet: 8:48 Montag, 30.Juli 2012 Betreff: Re: [oXygen-user] BaseX Support in oXygen?
Hi Hannes,
As we see it, the XQJ connection and the WebDAV connection working together cover rather well any BaseX requirement (XQuery execution + browsing), but if you are missing something please let us know.
Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
On 7/28/2012 1:16 PM, Hannes Bauer wrote:
Dear developer team,
oXygen is our favorite XML editor - but it seems to lack good support for our favorite XML database BaseX. While I cannot find any reference to "BaseX" in the dialog windows of oXygen, I have found some information in the BaseX documentation, describing how to open documents via WebDAV or execute queries via XQuery (http://docs.basex.org/wiki/Integrating_oXygen). But those two variants don't seem to complement each other.
I would be very interested...
a) if you plan a better integration of BaseX in your system? b) what's currently the easiest way to access all BaseX databases and documents from within oXygen? In other words, do I always have to use "File" -> "Open URL..." to get all database resources listed?
Thanks a lot in advance, Hannes
PS: I've tried to send this mail quite a while ago, but apparently it didn't make it to the list, so this is the second run.. Sorry for persistiing.
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hi Hannes, I'm glad to hear that everything is now O.K. I'll also raise some questions about a possible BaseX default configuration. What I can tell you for sure is that the documentation will contain all the information that we exchanged on this topic and more. Thanks again for your suggestions, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 8/17/2012 5:22 AM, Hannes Bauer wrote:
Hi Alex,
thanks for the detailed walkthrough! I finally managed to get it running. The BaseX HTTP Server was already working as expected, but I didn't know how to connect to WebDAV (I also found http://docs.basex.org/wiki/Integrating_oXygen , but this didn't cover how to create a WebDAV Data Source).
WebDAV URL should look something like http://localhost:{port}/webdav/{database_name}. I found out that you can simply specify the webdav root:
This way, you'll be able to address all databases in BaseX.
Did you already think about including a BaseX default configuration in the dialog windows of oXygen? This may help users like me to get it all up and running.
All the best, Hannes
PS: Need to tell you.. oXygen has always been my favorite XML editor; I'm advertising your product whenever I get the chance to do so!
-- On 8/15/2012 12:23 PM, Hannes Bauer wrote:
Alex,
thanks for your quick response, and sorry for my delay.
> The way we recommend it is to use an XQJ connection to executes queries
and an WebDAV connection for browsing. So instead of using "File" -> "Open URL..." action all the time you will use the Data Source Explorer view to browse BaseX through the WebDAV connection. I didn't manage yet to get the Data Source Explorer running with BaseX. Probably it's only about some details that I'm doing wrong? Could you give some details how the Data Source Explorer can be used to browse BaseX through the WebDAV connection?
> We will also add an article on our site about the BaseX support.
Yes, this would be great!
Thanks in advance,
Hannes
----- Ursprüngliche Message ----- Von: Alex Jitianu <alex_jitianu@sync.ro> An: Hannes Bauer <hannesbauer@yahoo.com> CC: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Gesendet: 8:48 Montag, 30.Juli 2012 Betreff: Re: [oXygen-user] BaseX Support in oXygen?
Hi Hannes,
As we see it, the XQJ connection and the WebDAV connection working together cover rather well any BaseX requirement (XQuery execution + browsing), but if you are missing something please let us know.
Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
On 7/28/2012 1:16 PM, Hannes Bauer wrote:
Dear developer team,
oXygen is our favorite XML editor - but it seems to lack good support for our favorite XML database BaseX. While I cannot find any reference to "BaseX" in the dialog windows of oXygen, I have found some information in the BaseX documentation, describing how to open documents via WebDAV or execute queries via XQuery (http://docs.basex.org/wiki/Integrating_oXygen). But those two variants don't seem to complement each other.
I would be very interested...
a) if you plan a better integration of BaseX in your system? b) what's currently the easiest way to access all BaseX databases and documents from within oXygen? In other words, do I always have to use "File" -> "Open URL..." to get all database resources listed?
Thanks a lot in advance, Hannes
PS: I've tried to send this mail quite a while ago, but apparently it didn't make it to the list, so this is the second run.. Sorry for persistiing.
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Dear oXygen team, dear Alex, just recently, I recommended BaseX and oXygen to one of our clients. A while ago, you indicated that you would add some information on BaseX in your documentation. Has this already been done, and, if yes, could you provide me a small link? I haven’t found any links yet, but it may well that I should have spent some more time.. By the way, it would be great if you could add a default configuration for BaseX in the future releases of oXygen! All the best; thanks once more for your great editor, Hannes ----- Ursprüngliche Message ----- Von: Alex Jitianu <alex_jitianu@sync.ro> An: Hannes Bauer <hannesbauer@yahoo.com> CC: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Gesendet: 7:58 Freitag, 17.August 2012 Betreff: Re: [oXygen-user] BaseX Support in oXygen? Hi Hannes, I'm glad to hear that everything is now O.K. I'll also raise some questions about a possible BaseX default configuration. What I can tell you for sure is that the documentation will contain all the information that we exchanged on this topic and more. Thanks again for your suggestions, Alex

Hi Hannes, Unfortunately we didn't manage to write the article in time for version 14.1 release, but it has been scheduled for the next maintenance build (v14.2). Providing a default configuration for BaseX sounds like a good idea so I will add a feature request for that. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 13-Nov-12 11:24 PM, Hannes Bauer wrote:
Dear oXygen team, dear Alex,
just recently, I recommended BaseX and oXygen to one of our clients. A while ago, you indicated that you would add some information on BaseX in your documentation. Has this already been done, and, if yes, could you provide me a small link? I haven’t found any links yet, but it may well that I should have spent some more time..
By the way, it would be great if you could add a default configuration for BaseX in the future releases of oXygen!
All the best; thanks once more for your great editor,
Hannes
----- Ursprüngliche Message ----- Von: Alex Jitianu <alex_jitianu@sync.ro> An: Hannes Bauer <hannesbauer@yahoo.com> CC: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Gesendet: 7:58 Freitag, 17.August 2012 Betreff: Re: [oXygen-user] BaseX Support in oXygen?
Hi Hannes,
I'm glad to hear that everything is now O.K. I'll also raise some questions about a possible BaseX default configuration. What I can tell you for sure is that the documentation will contain all the information that we exchanged on this topic and more.
Thanks again for your suggestions, Alex _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (3)
-
Alex Jitianu
-
Hannes Bauer
-
oXygen XML Editor Support