Hi Folks! My Input XML: <data> <key>1</<key> <data_source> <os>AIX</os> <version>5.2</version> </data_source> </data> Database has two tables: Table: data ... ...
Oops! I meant the "data_source::source_id" should get inserted into "data::source_id" not into "data::key". Sorry. ________________________________ From:...
Hello, You are requesting two features that have limited or no support: 1) Insert data into the data_source table only if it does not already exist. This is...
Thanks for the reply Ron. I'm switching to Java V2.0. While I start experimenting with V2.0, I have a quick question. Is it possible to map an element from the...
No. To do this, you would need to use XSLT to transform the document first. You would then map the transformed document to the database. In your case, you...
I am marshalling a java object into xml file.In the java object i am setting a url which consists of & in it,after marshalling through JAXP parser it converts...
You can't. In XML, an ampersand is used as the first character of an entity reference. If the & is not converted to &, the XML parser will return an error...
The VTD-XML project team is proud to announce the release of version 2.0 of VTD-XML, the next generation XML parser/indexer. The new features introduced in...
Thanks for your help Ron. I switched to V2.0. I can't say I still understand the mapping language well enough! I was trying out the many-to-many relation...
This is probably because the document shown in the FAQ isn't correct, as is noted in the IMPORTANT! paragraph. (When I discovered the error, I didn't have time...
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...