Thanks; JDOM seems to be required by one of the additional API libraries (maybe WebDAV?). The core of BaseX runs without any additional libraries.
On Fri, Feb 17, 2012 at 4:52 PM, Kavuma, J.M. J.M.Kavuma@tue.nl wrote:
Hi Christian, Thanks for the reply. I browsed the libraries bundle with baseX and jdom-1.1 is included. I have attached a snapshot of this. Martin
-----Original Message----- From: christian.gruen@gmail.com [mailto:christian.gruen@gmail.com] On Behalf Of Christian GrĂ¼n Sent: vrijdag 17 februari 2012 16:40 To: Kavuma, J.M. Subject: Re: Please advise me
Hi Martin,
Since baseX uses jdom, I wonder if it is possible to write an xml jdom element or document to baseX. If it is possible could you advise me on how to do this. Thank you in advance.
we're having our own storage and main representation of xml data, which is why you can't use any jdom connectors. where did you read that we're using jdom?
Christian From: Kavuma, J.M. Sent: vrijdag 17 februari 2012 16:30 To: 'cg@basex.org' Subject: Please advise me
Hello Christian, I start by thanking you for your informative examples. I though find myself in a tricky situation. I am using the jdom library to create xml elements that I would like to write into the baseX database directly. In your examples I see you use a string for example "<x>Hello Universe!</x>", of which you extract the bytes that are then written to stream. Since baseX uses jdom, I wonder if it is possible to write an xml jdom element or document to baseX. If it is possible could you advise me on how to do this. Thank you in advance. Best regards, Martin