Hi Friends, I have data object hierarchy. I want to create Open Office Text file from my data. Can sombody help me how to create using dom parser. I want to...
Hello, I just learned about something that Yahoo uses called "Web beacons", which are created for anybody who is a member of Yahoo Groups. Basically, these are...
Hello, This mailing list is for users of XML-DBMS, a product for transferring data between relational databases and XML documents. You might have more luck on...
Hello, If anybody is interested in presenting a paper at XML 2006, this is the last weekend you can submit papers. XML 2006 is primarily an industry conference...
Hi, I am using the EmptyStringIsNull option, however when I have an empty string tag such as <DataCount/> of data type integer, numeric, or date I get the...
Congratulations! It looks like you're the first person to use EmptyStringIsNull with anything other than strings :) In the process, you've found a bug... To...
Hello - just getting set up to use xml-dbms - but I ran into this error. Any ideas? I run the transfer tool as follows on the test files (I have only edited...
Hello, There is no obvious reason that this is happening. Here's a few things you might try: 1) Make sure you've created the tables in the database. XML-DBMS...
Hello, XML-DBMS does not have a way to do this directly. You have two choices: a) Process the XML document before passing it to XML-DBMS and add this value to...
Hi, Am confused with respect to the following: In the xmldbms cvs source there are two copies of MySQLHandler: ...datahandlers.external.MySQLHandler.java ...
Hello, 1) I can't find datahandlers.MySQLHandler in the CVS tree, even as a dead file, so I'm not sure where you got it. In any case, the one in external is...
Hello, First, I'm sorry it took so long to reply. I had a deadline last week that took longer than expected and another job came up unexpectedly. I tried to...
Hi, I'm trying to use the XML-DBMS package to parse several thousand XML files into a database. I'd like to be able to run more than one instance of the...
The quick answer to this is that I don't think it's currently supported at the top level. (It is possible to support ordering for nested elements, such as...
Hello, First, I didn't write the Perl version of the code and I don't think the author is on this list any more. So I'll try to help, but might not be able to...
Yes, I am running the parsers in parallel by just having multiple processes run in parallel. No multi-threading or anything like that. Also, yes, I am asking...
Hi I'm trying to use XML-DBMS to transfer data, in most cases I want to retrieve data with some conditions likes "where Number > 0 and Number < 100" event...
Can you send me: a) The code you are using to call XML-DBMS. b) Your map document (if any) c) Your database schema If you do not want to post this information...
Thanks for your reply We can take the Transfer sample of XML-DBMS binary, I imported the default structure and data in a MySQL database, I didn¡¯t modify the...
Hello, Sorry I haven't answered sooner. I've had deadlines on a book I'm helping write for the last two weeks. 1) As you found out yourself, when a query...
Hello, Sorry it took so long for me to reply. Deadlines, deadlines, deadlines... I also looked at the generateKey subroutine. One thing I don't understand is...
Hello, Sorry about the late reply. I was busy with other work. I looked at the code and it might not be too difficult to modify the code to do this. Here's...
Thanks for the reply. I did try messing around with the Perl code to see if I could change it such that it would retrieve the insertid and use it. I didn't...
Hi all, I'm getting this error: "2007-01-16 15:57:50,978 ERROR [RequestProcessor-20] persistencelayer.DataRequestCompiler (DataRequestCompiler.java:211) - This...