Many thanks for your help, I've now got it working with the aid of XSLTs for the final step in adding constants etc. I now have a problem concerning importing...
Hi all Iam Santhosh Chiluka doing MTech 2nd year I have a minor project in this semester If you have any, please send me immediately Thank You Bye ... Do you...
Can you please give us more information about what kind of project you are looking for? For example, what field should the project be in? Is this theoretical...
Thank You for your reply As I have a minor project in my 3rd semester,I want to work on XML and Java interfaces or XML and DBMS interface. We have only one...
hi, i am fascinated by this XML-DBMS middleware.I want to see it work.so i have taken up the task of transferring data from an XML document to a Oracle 8i...
Hi, i had submitted the pst yesterday.But i didnt get a single reply,although there are a lots of people with experiance on this group.So i thought of sending...
Sorry about the late answer. I don't have time to test this right now, but either of the following should work: 1) a) Declare the primary key of the Authors...
hi, I want to transfer a test.xml file data to the database. I am trying to write a map file for a test.xml file. Q1. how do i Map the <ip> and <addr> element...
Hello, Sorry I never replied to your earlier messages. I was on vacation and have been busy with other projects. I assume you figured out the answers? 1) The...
Hi, First of all thanks Ron for replying and solving my doubts.Your answers to my queries were really precise and right on target. I downloaded XML-DBMS...
hi, i had sent the mail to KplMercury using the "send mail" button in front of KplMercury's name but it got posted on the group. Any way Ron n xml-dbms gang,if...
Hello, As was the case with message 2322, I'm not sure what is causing the error. Could you please post (or privately send me) the map document, action...
The problem is with your map. The 2.0 map syntax is different from the 1.x map syntax, and your map syntax is a mixture of the two. The specific line that is...
Hi, I think this is a known thing but hope you can help. I am getting pretty good at the map files and so on but find that if I try and do the following: ...
I had a look at the inLineMap element which seems to be close but no cigar... the problem is that I want the following items to go into each table: Table One: ...
Actually, InlineMap elements are what you want: 1) In the ClassMap for testxml, add an InlineMap element for indentOne. 2) In the InlineMap element for...
Thanks, I will try this tonight (my time). SCott. ... indentOne. ... element ... There is ... but no ... into ... and ... One ... elemnts ... want... ... ...
Hi, I tried this but I am a bit confused as to where to put the InlineMap element... using the example xml structure my map file ... <?xml version='1.0' ?> ...
After the PropertyMap elements and before the RelatedClass element in the ClassMap for testxml: <ClassMap> <ElementType Name="testxml"/> <ToClassTable...
Hi, Thanks for helpin me out uptill now.i fixed the map file as Ron had said.I am now having some other problems with the map file. Given below is all the data...
hi, Its strange for me to reply to my post but I am doing it coz i fixed the error.The map file was the culprit.What i did was took separate printouts of the...
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...