This doesn't just go against the design principles of namespaces, it isn't even namespace valid. The problem is that both attributes resolve to the href...
yes, I found a restriction aginst it in 5.3 of the namespace spec. Thanks for your input. ... resolve ... It is ... name on ... points to ... <relative> ... ...
Greetings Well, after generating a map file from my dtd, creating the tables with the generated sql, and getting the server set up so I could access it, all ...
Mike Muratet
muratem@...
Feb 4, 2004 10:59 pm
3310
... I hope you took a look at the map and the generated SQL before you used them. The generation process is less than perfect, and you can often significantly ...
... It looked OK to me. It's been awhile since I've done any real database design. I thought about trying to apply one or more of the available data modeling...
Mike Muratet
muratem@...
Feb 5, 2004 2:32 pm
3312
... OK. Three things you should really look for are: 1) The generated map uses keys generated by XML-DBMS. Are there any fields in the document that you can /...
Hi: In most cases, a xlink:href is turned into a HTML <a href=..> tag. What if you want to use the referenced file within xsl? I could maybe see calling the...
Hi Ron! There are some mails in the archive about "insert_new"-option and others for a problem I have with 1:n assosiations in my xml file. (See scenario 3 in ...
holger.schimanski@...
Feb 13, 2004 4:02 pm
3316
Version 2.0 has an action language that solves this problem and related problems. You associate actions with particular element types. For example, the problem...
hello everybody, can anyone give me a sample for an application where to use a middleware like XML-DBMS? or, another way, in which (business) situation do YOU...
Have you got a small example for this action in *.map v2.0 how to config? I cannot find any hints in xmldbms.dtd of v2.0 for UpdateOrInsert etc. In v1.0 this...
holger.schimanski@...
Feb 16, 2004 9:04 am
3320
not able to give you sample applications but can comment on why you should look at XML-DBMS 1. many of the legacy DB vendors support for XML in and out is...
The action information is in a separate file. For example, suppose you want to insert rows into all tables except the Department table. For the Department ...
Has anyone tried running XMLDBMS Transfer Utility as an Ant Task? I have not problems running from the commandline but when I run as an Ant Task (inside...
I agree with Edward. The main reasons to use XML-DBMS are that you are using legacy data in an existing relational database and that support for XML by that...
Hello, My Name is Adeem Salik and i just joined the group. I am current trying to learn about diffrent DBMSs. I am trying to know their key features and how...
XML-DBMS is not a DBMS itself. It is a tool or API to transfer data from XML to a relational database. Mit freundlichen Grüßen / Best Regards Dr. Holger...
holger.schimanski@...
Feb 24, 2004 10:09 am
3326
Hi, I wrote a java program that creates a XMLDBMSMap from a DTD. Until there, no problem. I serialize this map, and when I want to recover my map from the...
If you don't specify an encoding, the Writer used by MapSerializer uses the default encoding. On Windows machines, this appears to be Cp1252 (at least that's...
This may be a redundant message. I typed my entire message in but then it disappeared. I'm not sure if it posted or not so here it is again. I am working on a...
If I am understanding the xml-dbms code correctly, it attempts to do an update to a table and if no row exists, insert the data. I need to know if there is a...
There are actually three different types of inserts: 1) Normal inserts are what you want -- they insert the data and return errors to the application. 2) Soft...
In http://www.rpbourret.com/xmldbms/ there is no detail spec of v2.0 mapping language.any sample ? thx . [Non-text portions of this message have been removed]...
Rod
liuhan95121@...
Mar 5, 2004 2:34 am
3332
Hi I am new here.... I have just downlaod and try to convert XML into DB I want to convert some simple XMl doc into MYSQL However, when I try to run the sample...
... Hi I am new here.... I have just downlaod and try to convert XML into DB I want to convert some simple XMl doc into MYSQL However, when I try to run the...
Hi I have the same problem til now I can't find where I can use those possible solutions within the code Trasfer.java I can't find the commit code regards Ed ...
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. [Non-text portions of this message have been removed]...
You need a table "xmldbmskey" in your schema ("xmldbms") with a row "highkey" (type number). This table is used when xml-dbms is generating primary key values....
holger.schimanski@...
Mar 8, 2004 7:41 am
3337
Hi I have follow the instructions as below I have changed the KeygeneratorImp.java within xmldbms.jar and compile a new jar for running transfer .java the...