I needed to transfer the datas in the XML file into Oracle8i, and by seraching internet i came across the very helpful site http://www.rpbourret.com...
Hello, I haven't looked at your map file yet, but do have the following comments: 1) You do not need to compile the .java files. The compiled files are in ...
Hi After i config the environment ,i use the commandline as follow: E:\xmldbms20alpha3\samples>java org.xmlmiddleware.xmldbms.tools.MapManager File1 ...
After i config the environment ,i use the commandline as follow: E:\xmldbms20alpha3\samples>java org.xmlmiddleware.xmldbms.tools.MapManager File1 =parser.props...
Hi, I am very new to XML-DBMS but I really do need it, I have read its documentations from beginners to advances, I have understood only a few things. but I...
hi, while inserting the xml into RDBMS, do we need to specify the name of the tables somewhere ? if yes? so what is the benefit of insertion? for example each...
XimpleWare is proud to announce the the release of version 2.2 of VTD- XML, the next generation open source XML parsers/indexer/slicer/editor. This release...
Hello, XML-DBMS is used to transfer data between an XML document and a relational database. It does this according to a mapping specified in the map document....
Hello, Here is a simple example of using XML-DBMS. This example uses the command line, the MapManager and Transfer tools, and the samples in the samples...
Hello,everbody I have met a error of "NullPointerexception" when i use manager tool ,and i have capture the error position in source code is as follow: public...
Hello, Sorry I haven't replied sooner. The statement does not print because you have not reached that section of the code. You did not supply a value for the...
Hi, everybody! who could tell me how to write my own application using java and xml-dbms ?I want a completely example which can describe the develop...
Version 2.3 of VTD-XML (http://vtd-xml.sf.net), the next generation document-centric XML processing model, is now released. To download the latest version...
Ron, Is there a newer release than Alpha3? I am attempting to use xml-dbms with Nessus a popular security vulnerability scanner. I have everything loaded,...
Hello, For some reason, Yahoo Groups won't let me see the entire thread, so I assume the error you are having is that that HighLow class is not found. To solve...
This is a one-time only activity for about 8 hrs. If you are invited to participate, you will receive an honorarium of $75/hr for your participation. No...
Hi Ron, I want to skip certain elements in my xml because they do not correspond to any structure in the database and map the child to a table in the database....
Hello, Yes, you can use the InlineMap element for this. For example, the ClassMap element for storedHU would look something like this: <ClassMap> <ElementType...
Thank you for your reply Ron. Actually, my problem is there is no parent-child relationship between storedHU and dataSource. Also, there are many such elements...
Hello, 1) If you can, you should redesign your XML so that dataSources is not a child of storedHU. The current design is misleading, as it implies a ...
Hi, I've added a new FAQ: http://www.rpbourret.com/xmldbms/faqs/process.htm This describes what (possibly discontiguous) parts of an XML document can be...
Hi all, I am using a xml which is 3.08 MB in size. I am running the transfer tool and am getting the following error. I read somewhere in the previous posts...
Hello, XML-DBMS does not support SAX because linear processing of documents is possible only in specific cases. (It is very easy to create an XML document...
Hi all, I have a xml which is 3.08 MB in size. While I run the Transfer tool of XML-DBMS, it gives me the following error. I read in previous posts that the...
I'm using xml-dbms in a project where I want researchers to be able to update and insert data in the database by way of XML-DBMS, preferrably both updating and...
Hello, Sorry it has taken so long to reply. See my answers below. -- Ron ... UpdateOrInsert means that XML-DBMS will first attempt the update the row in the...
Dear Sir, I'm actually trying to load a 5 level depth XML data file into MySql single table, unfortunately I couldn't design mapping to do this, regarding to...
Hello, XML-DBMS does not support this kind of mapping. In particular, it cannot "distribute" values from parent elements/attributes across multiple rows. For...