Yes, a library for xml. I used libxml2 for linux ___________________________ Lesiba B. Masenya Matsidi Matsea le nok'a Thathwe Work: +27 11 280 0710 Cell: +27...
Brian Masenya
Brianm@...
Jan 2, 2003 8:15 am
2617
ok ... thats goood what about microsoft windows platforms is there librarys for it ??? the programing language i might use next college term (implementation...
There is XML support in Delphi 6: it includes DOM implementations from both IBM and Microsoft. I'm not sure about Delphi 5. For a list of XML parsers you can...
See XchainJ at http://xchainj.com/xjDescription.html ... Take a look at XchainJ http://xchainj.com/ (commercial). XchainJ product can take in an XML Schema...
Jim McLaughlin
jim.dogleg@...
Jan 3, 2003 11:30 pm
2620
Hello all, I had just found the XML-DBMS project a few days ago. I decided to give it a shot because I am working on a Perl project that generates XML data...
Hello, I'm trying to use XMLDBMS2.0 to retrieve data from oracle Order management tables. Following is the error message. All the column names match with what...
Hai, You also should check the case.it should be the same as u specified when creating tables.Hope this helps thanks ... (DataHan ... (DBMSToDO ... (Tra ... ...
When using the below xml and map, only the last SpecialInstructions is inserted into an Oracle table. I would like to have all three inserted. Any help would...
Respected Sir/Madam, I am a M.tech computerscience student studying in first year,as I have to do individual project for one complete year (in 2nd year),I seek...
Hello, I am trying to implement KeyGenerator to call an Oracle Sequence (Primary Key) when inserting data into tables. A SQL insert would look like this: ...
Hai, You have to implement the KeyGenerator,in the generateKey() method,write ur implementation and to the DOMTODBMS object set this key generator class(for...
Correct. A couple of points about implementing/using the key generator: 1) The initialize method should open a connection to the database. The properties...
Thanks guys, for your help... Francis ... The ... information ... what ... properties. ... something ... set. It ... value. ... values ... and ... the ... this...
Has anyone had any success running the Transfer tool from Ant? I am running into a linkage error. I think it has something to do with Ant's version of Xerces...
Hmm. I was going to try and switch to using JAXP instead, but the 2.0 release only seems to contain ParserUtilsXerces. I thought that I read somewhere that...
I use ant all the time to do this with xerces. Set the a path in the build file to include the jars you need to use: (the jars you need are dependent on which...
Rick Taylor
taylor@...
Jan 10, 2003 9:26 pm
2633
Yes Yes! the fork was the trick. Need to get outside of Ant's JVM I guess. Cool thanks Rick. OK now I am having an issue with the dtd locations. Since this...
John, By DTD locations, i assume you are referring to the XML instance documents (not the maps). I have XML Schema rather than DTD's defining the xml...
Rick Taylor
taylor@...
Jan 10, 2003 10:47 pm
2635
Yes Yes! the fork was the trick. Need to get outside of Ant's JVM I guess. Cool thanks Rick. OK now I am having an issue with the dtd locations. Since this...
Rick, I was actually talking about the xmldbms2.dtd for the Maps. That is defined in the map as <!DOCTYPE XMLToDBMS SYSTEM "xmldbms2.dtd" > This only works if...
... It doesn't. I looked at JAXP, but it didn't support all of the functionality that was needed. In particular, JAXP doesn't support writing documents, and...
... A number of other people have mentioned this as a problem. Unfortunately, it's not clear if there is an easy solution -- see next email. ... See the...
The problem with passing the DTD in as a property is that there is no standard way to tell a parser to use a particular DTD instead of the DTD in the document....
Thanks for your help Ronald and Rick on getting XML-DBMS integrated with Ant. I appreciate it. I have a more specific Mapping question now. Hmmm... how to...
This looks like the right idea to me. Unfortunately, XML-DBMS doesn't currently support database-generation of non-primary unique keys. If I recall correctly,...
Hi All, Using the XML-DBMS Version 1 and changing from Informix to DB2 7.2 Using the DB2Java.zip in the SQLLIB/JAVA12 folder The App hangs on the getColumns...
O'Neill, Timothy(LIT)
T.ONeill@...
Jan 14, 2003 11:03 am
2643
Hi All, Additional note on this one, the code that tries to set the catalog seems to be causing this error. The table.name = "DB2PCH.PCH_PUBLISH_T" which is...
Hello, Ronald! Maybe I am using old version of XMLDBMS2, but I've found that IN operator in WHERE clauses within filter sets didn't work. After several time...