Hello, I am new to the XML-DBMS. When I attempted to open action.dtd using XML Spy 5.0, I was told that the file was not well-formed. The error message "This...
Haiying
hy.wang@...
Dec 3, 2002 6:41 pm
2583
1) When you open action.dtd, are you opening it as an XML document or a DTD? Trying to open it as an XML document will definitely lead to well-formedness...
Hai, How can i retreive the xml element mapped in a map file. For ex: <ClassMap> <ElementType Name="PURCHASEORDER"/> <ToClassTable Name="PURCHASEORDER"/> ...
One way to do this is to compile the map document into an XMLDBMSMap object, then use the methods on this and related objects. For example: // Get an XMLReader...
Hello Ron et al, Sorry for being out of the loop for so long but I've been incredibly buzy.....& now the project is reaching a "Waiting for CapGem to catch up ...
Adam Flinton
adam@...
Dec 10, 2002 5:16 pm
2587
Hi all! does I.E. 5/5 supports in XML? where can I read about it? thanks Taly...
Cen-Tex Programmin would like to announce their Newly released E-GLOBAL Pro ver 1.0 Email Marketing Program along woth a bonus of 5,000+ (FREE) Email addresses...
Hello , Everyone ! When I type the command : java Transfer -toxml sales.map sales_out.xml Sales 123 There occurs exception as following : ...
dou
qhdou@...
Dec 13, 2002 9:07 am
2590
Google sez: http://www.xml.com/pub/a/2000/05/03/msie/ Note that this article is two years old. I assume later versions of IE have even more support. -- Ron...
Hello all, My name is Azzam; I'm a new member in this grate group. I'm talking to you from Riyadh, Saudi Arabia,. I'm studding computer science at King Saud...
... Hello! I was beginning to wonder if you'd dropped off the face of the earth. ... My choice is: 1) D+E 2) B 3) C 4) A Version 2 is still in alpha, but...
Hey, folks. This is my first message to this mailing list that I've monitored (very) loosely for a couple of months now. I work in a non-profit biological...
Gudmundur Arni Thoris...
mummi@...
Dec 17, 2002 9:14 am
2595
... Nope...just Sweden <GD&R> ... OK. I'll have to look at V2 stuff anyway simply so I can both do a plugin & so I can do a GUI mapbuilder. I'll drag the...
Adam Flinton
adam@...
Dec 17, 2002 1:52 pm
2596
[Dan, I'm CCing this to the list, I hope you don't mind] Thanks for the good wishes. I had thought of going native XML, just looked at the Apache XML-project...
Gudmundur Arni Thoris...
mummi@...
Dec 17, 2002 3:42 pm
2597
Hi, Can you please give some example code to use MS Access with the xml-dbms1.0.1 software in http://www.rpbourret.com/xmldbms/xmldbms101.zip Thanks & Regards,...
Dear All, I've been going over the code I wrote for the map builder & it suddenly struck me that I was rewriting eclipse (www.eclipse.org) right down to ...
Adam Flinton
adam@...
Dec 18, 2002 3:09 pm
2599
... This is (unfortunately) correct. There has been some work done in this regard, but it is now out of date. A couple of comments here: 1) XML-DBMS only uses...
... I was curious about this, as the Web page in your previous email did not provide an XML Schema or DTD. As a general rule, if your schema has a lot of mixed...
Look in the samples directory. Transfer, TransferResultSet, and GenerateMap are all designed to use Sun's JDBC-ODBC Bridge. Thus, to use Access, all you need...
Thanks a lot, Ron. I agree with much of of what you say in your previous reply. The reason why I looked at Xindice (and still am) in the first place is that...
Gudmundur Arni Thoris...
mummi@...
Dec 20, 2002 2:55 pm
2603
Damn. Forgot to attach the documents!: Mummi ... [Non-text portions of this message have been removed]...
Gudmundur Arni Thoris...
mummi@...
Dec 20, 2002 3:05 pm
2604
You probably didn't forget to attach them. This list does not accept attachments as a protection against viruses. You can either: 1) Send the entire files...
... OK. Scalability is something you'll have to figure out on your own. In the commercial RDBMS world, millions of rows is not that big. I don't know about the...
I took a very quick look at Eclipse. Looks like a good starting point to me. Also, what is SWT? Is it a GUI framework like Swing? Is it available on all...
OK, I see. Here are two or three inline examples of what we have so far, with some annotation: #The root element defining the 400M instance class: <xs:element...
Gudmundur Arni Thoris...
mummi@...
Dec 22, 2002 12:51 pm
2608
If this is typical of your elements, I would strongly suggest looking at using an XML-enabled database rather than a native XML database. The reason for this...
I want to be able to store an activity element which in turn stores an activity element. <activities> <activity> ...... ...... <activity> ...... ...... ...
My XML document is as follows: <activity> <dr:dataKey> <dr:recordId>2</dr:recordId> <dr:applicationId>child</dr:applicationId> </dr:dataKey> <parentActivity> ...
To map an element recursively, you need two things: 1) The table to which the element is mapped must contain a foreign key pointing to itself, and 2) The...