VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/.This release includes a number of...
Hello, XML-DBMS does not support this kind of mapping. In particular, it cannot "distribute" values from parent elements/attributes across multiple rows. For...
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, 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...
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...
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...
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 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...
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...
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 ...
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, Yes, you can use the InlineMap element for this. For example, the ClassMap element for storedHU would look something like this: <ClassMap> <ElementType...
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....
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...
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...
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,...
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...
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...
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...
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, 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, 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....
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...
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...
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...
After i config the environment ,i use the commandline as follow: E:\xmldbms20alpha3\samples>java org.xmlmiddleware.xmldbms.tools.MapManager File1 =parser.props...
Hi After i config the environment ,i use the commandline as follow: E:\xmldbms20alpha3\samples>java org.xmlmiddleware.xmldbms.tools.MapManager File1 ...