Oxygen 7.1 and Berkeley DBXML

Questions about XML that are not covered by the other forums should go here.
Mike
Posts: 1
Joined: Sat Mar 04, 2006 4:10 pm

Oxygen 7.1 and Berkeley DBXML

Post by Mike »

Hi,

I created an a new DBXML environment (e:\MyXmlData\), a new container (myXMLData.dbxml) and I put few xml files in the container.

In the Windows Explorer the directory shows the __db.00x files and the myXMLData.dbxml file.

In the XML editor I am importing the e:\MyXmlData directory.
The project window shows the imported directory. When opening the folder in the project window, the the __db.00x files and the myXMLData.dbxml file are shown (the .xml files in the container are not shown)

Probably I have a problem with the settings.
What are the exact settings in order to have access to the xml files in the myXMLData container?

(the db.jar and dbxml.jar files are ok in the Oxygen /lib directory)

Anyone having some idea on this?
Thanks.

Mike
stefan

Post by stefan »

The 7.1 version provides support for XQuery validation and execution. You can edit XQuery files using all editor features, validate their content before execution, make your own transformation scenarios and execute them against the Berkeley DB XML database.
(video available at http://www.oxygenxml.com/demo/berkeley/berkeley.html )

What you are trying to do is to manage the resources inside a container and version 7.1 does not provide support for that. We will think about this, and try to plan it for the next versions.
Post Reply