Hi, I have an XML file that has parts that are common (address details) but they have different parent elements. I want to store them in the same table. The...
Hi all, sun jdk1.5.0_04 linux kernel 2.6.11 xml-dbms java alpha 3 I'm having a strange problem which I cannot consistently recreate (I can hear the cries of...
Hi, one known issue is that the order of columns returned by RetrieveDocumentBySQL can be different to what you expect, see the following: Mismatched elements...
Suppose you have an XML document that looks like this: <people> <author> <name>Sam Smith</name> <language>English</language> <address> <street>123 Main...
Hi, I have worked on both VERSION 1 AND VERSION 2 OF xml-dbms.I am trying to transfer data from an XML file to the database. when i started working on version...
Hi, This is with reference to my previous post(Tables dont get populated). I made a miniature testfile out of my actual file by coping only few lines from it...
The problem is that your XML document declares the default namespace to be http://xml.juniper.net/junos/6.2I0/junos-interface, but your map and action...
Hi, Ron,Thanks a lot for pointing out the problem.Everithing worked out well.The whole file got transferred.No problemo. I wonder how i missed the namespace...
Hi, I am trying to get an example going with no luck, I think it is because I have the foreign keys in the master tables as you suggested.. ... <contact> ...
Hi Guys, We are working on Embedded application development. We are using XML to capture the registry of a Pocket PC2003 based device or A device running on...
Hello, This mailing list is for discussions of XML-DBMS, a product for transferring data between XML documents and relational databases. For questions about...
Hello, There are several problems with your map: 1) You have declared the foreign key linking the XFORM_CONTACT and XFORM_WORK_DETAILS tables incorrectly in...
Hi, I have (hopefully) fixed everything and it works for one address for each related object but if I try for more than one only one gets stored in the...
3746
Jabir Ahmed
jabirahmed@...
Aug 12, 2005 9:39 am
Hello I am new to this XML-Dbms can u sugest a solution on how to transfer records into a mysql-table where i have a xml like <details> <contact name="xyz"...
Hi everyone, I am a student working towards my masters project in XML. i was wondering if there was any open source tool with features like stylus studio's...
In your map document, use the PropertyMap element with an Attribute child to map attributes. For example (this shows the 2.0 syntax): <ClassMap> <ElementType...
I am not aware of any such tool. If you find one, please let us know :) And if you're interested in writing one, XML-DBMS's classes were designed with such a...
Hi, this is what I am using now: ... <?xml version="1.0" encoding="ISO-8859-1" ?> <contact> <contactId>12</contactId> <firstName>Scott</firstName> ...
3753
Jabir Ahmed
jabirahmed@...
Aug 16, 2005 8:41 am
Hello I would be interested in writing such a tool regards Jabir Ahmed ... From: Ronald Bourret To: xml-dbms@yahoogroups.com Sent: Monday, August 15, 2005...
Hi, Just had a thought - do I need two linking tables, one for the contact to address link and the other for the work details to address link?? I was trying to...
I think the problem is that as I am using a one to one relationship between the contacts and work details elements they are both putting the same contact_id in...
Scott -- I've run out of time to handle this right now (haven't even completely read your last two messages), so it'll have to wait until I'm back from ...
Hi Ron, Thanks for your help, this gives me a starting point, have a great break! Scott. ... completely ... from ... then :) ... first ... same time. ... ...
Just to let you all know that I've udpated the XML-DBMS Web site: http://www.rpbourret.com/xmldbms/index.htm Perhaps the most useful things are lists of FAQs...
Hi I am new to xml-dbms and had some questions. I did go through the archive and found some answers. 1. Is there a programmatic way to specify the actions when...
... No. If you call DOMToDBMS or DBMSDelete directly, there are methods for specifying a single action. You can also construct an Actions object directly --...