Has there been any luck resolving this? I am running into the same problem using the "product_in.xml" from the samples directory of XMLDBMS. My configuration...
Drew Tennenbaum
drewtenn@...
Sep 3, 2001 9:36 pm
1403
Hi Mr.Ronald Bourret, If you can pl. send me some examples in XLink, XPointer & XPath or i want some relevent sites which gives good examples..... regards ...
Vadaga Subramanyam
cooollibran@...
Sep 4, 2001 2:46 am
1404
Hi Subbu, please see URL: http://xml.startkabel.nl pawan ... From: "Vadaga Subramanyam" <cooollibran@...> To: <xml-dbms@yahoogroups.com> ...
PAWAN KUMAR
pawan.kmr@...
Sep 4, 2001 3:20 am
1405
You can also try: http://www.zvon.org/index.php?nav_id=2 -- Ron...
Ronald Bourret
rpbourret@...
Sep 4, 2001 8:26 pm
1406
... It won't. getRemoteTable() and getRemoteKey() are really only needed when creating CREATE TABLE statements -- something that DOMToDBMS doesn't need to do. ...
Ronald Bourret
rpbourret@...
Sep 4, 2001 10:09 pm
1407
hi. Is the DBMSDelete still available? I have went to the site looking for it with no success. If anybody has a copy, could you please release it? thanks ... ...
jmk_2@...
Sep 5, 2001 4:23 am
1408
Hi, Given an DTD file, how can I create a program to parse the DTD find and find the root element? I've seen some parsers using hastable, but I don't know how...
Tai Tran
txtran2001@...
Sep 6, 2001 3:52 am
1409
Sorry to be so long replying. There hasn't been any progress on this problem. The original poster either solved the problem and didn't post the solution, or...
Ronald Bourret
rpbourret@...
Sep 6, 2001 8:57 am
1410
DTD files do not say which elements are root elements. Any element declared in the DTD can be a root element. The root element type for a particular XML...
Ronald Bourret
rpbourret@...
Sep 6, 2001 9:11 am
1411
I've fixed a number of minor bugs in MapFactory_Database, Table, and JDBCTypes and checked them into the 2.0 CVS. There is also a test program (DBMapTest) in...
Ronald Bourret
rpbourret@...
Sep 6, 2001 9:36 am
1412
I would like to know what are the Advantages of DOM (JDOM) over SAX builder for manipulating XML files I am developing an HTML encoder for my final year...
nourani@...
Sep 6, 2001 12:08 pm
1413
Can your DTD parser (SubsetToDTD) find the root element? If yes, could you please tell me what is the function name and what data structure you used? Thanks ...
Tai Tran
txtran2001@...
Sep 6, 2001 12:32 pm
1414
Thanks. I'll give your suggestions a shot. I've looked on Oracle's TechNet and haven't found a good explanation of what is going on. I'll keep you updated. ...
Drew Tennenbaum
drewtenn@...
Sep 6, 2001 3:00 pm
1415
... No. It can't do this because the DTD doesn't tell you what the root element is. Any element can be the root element. This is kind of confusing. Since each...
Ronald Bourret
rpbourret@...
Sep 6, 2001 7:40 pm
1416
... Basically, SAX reads through the document once in document order. If you can process your document in a single pass, SAX is better. This is because it is...
Ronald Bourret
rpbourret@...
Sep 6, 2001 7:59 pm
1417
Hi, This is a bit out off topic, I was wondering what Enumeration does with the Hashtable? Assume the DTD has only one root element, is it possible to create a...
Tai Tran
txtran2001@...
Sep 7, 2001 2:10 am
1418
... I'm not sure I understand the question. It is possible to get Enumerations of the keys and values stored in a Hashtable, if that's what you are asking. (To...
Ronald Bourret
rpbourret@...
Sep 7, 2001 5:58 am
1419
I've seen this before...& found out what it was...& have now forgotten what it was... 2 things: 1) Why are you using the ODBC driver into Oracle as the Oracle...
adam flinton
aflinton@...
Sep 7, 2001 10:03 am
1420
Perl has some good modules to do this. Check out XML::DOM::Parser, it includes the capability to parse DTDs into a DOM-Like structure....
Tod Harter
tharter@...
Sep 7, 2001 2:10 pm
1421
In a case where you would need to validate the structure of a document in this way, IE verify that the root element was "<A>" in Ron's example, you would...
Tod Harter
tharter@...
Sep 7, 2001 2:18 pm
1422
Thanks for the info. What exactly I wanted to do is this. I've been given a DTD file and a database account (Interbase). The DTD file is conform the database ...
Tai Tran
txtran2001@...
Sep 8, 2001 2:16 pm
1423
I'm not 100% certain I follow you. What do you mean "query the data structure"? Take a look at Castor, it might be very handy for what you want to do. Its a...
Tod Harter
tharter@...
Sep 10, 2001 6:06 pm
1424
My project is similar to Castor but instead of XML Schema, I have to use DTD. Is it easier to parse the XML Schema than the DTD? Can you use DOM to parse the...
Tai Tran
txtran2001@...
Sep 11, 2001 12:26 am
1425
... There are a number of products that can create Java classes from DTDs, including Breeze Factor, Delphi, JAXB, Oracle XML Class Generator, and Zeus. JAXB...
Ronald Bourret
rpbourret@...
Sep 11, 2001 4:47 am
1426
XML Schema IS XML, so yes you can parse a schema using any existing XML tools. I suppose you could perform XSLT transforms etc on a schema, though I fail to...
Tod Harter
tharter@...
Sep 11, 2001 2:15 pm
1427
I try to test xml-dbms 1.1, but I can't compile serveral files. In TransferEngine.java, DbConn1.java, DbConn2.java error messages is that "cannot resolve...
beforu@...
Sep 12, 2001 9:14 am
1428
Thanks for catching my mistake. I forgot to add a number of files. I have added the following: de/tudarmstadt/ito/domutils/ParserUtilsException.java ...
Ronald Bourret
rpbourret@...
Sep 13, 2001 12:35 am
1429
I'm trying to develop application using xmldbms middleware. I'd like to use xmldbms2.0 when do you expect to complete xmldbms2.0 ? as soon as possible I hope...
beforu@...
Sep 18, 2001 9:02 am
1430
Are you any good with Java GUI'es? Adam ... [Non-text portions of this message have been removed]...
adam flinton
aflinton@...
Sep 18, 2001 10:56 am
1431
With the current version of XML-DBMS, is it possible to generate a map from a (W3C) XML Schema instead of using a DTD? --francois ... structure to ... section ...