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...
3308
johncoe42
Feb 3, 2004 11:31 pm
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> ... ...
3309
Mike Muratet
muratem@...
Feb 4, 2004 10:59 pm
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 ...
3310
rpbourret@...
xmldbms
Feb 5, 2004 12:22 am
... 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 ...
3311
Mike Muratet
muratem@...
Feb 5, 2004 2:32 pm
... 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...
3312
rpbourret@...
xmldbms
Feb 5, 2004 7:30 pm
... 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 /...
3313
johncoe42
Feb 12, 2004 5:09 am
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...
3315
holger.schimanski@...
Feb 13, 2004 4:02 pm
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 ...
3316
Ronald Bourret
xmldbms
Feb 13, 2004 7:34 pm
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...
3317
Ronald Bourret
xmldbms
Feb 13, 2004 7:36 pm
I don't know enough about XSLT to answer this question. Any XSLT gurus out there? If not, try the XSLT mailing list: ...
3318
Bernd Wollny
bernd_wollny
Feb 14, 2004 11:53 am
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...
3319
holger.schimanski@...
Feb 16, 2004 9:04 am
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...
3320
Carmody, Edward
e_v_carmody
Feb 16, 2004 1:32 pm
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...
3321
rpbourret@...
xmldbms
Feb 16, 2004 9:03 pm
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 ...
3322
cafulnecky
Feb 19, 2004 2:28 pm
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...
3323
Ronald Bourret
xmldbms
Feb 19, 2004 9:42 pm
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...
3324
adeemsalik@...
adeemsalik
Feb 23, 2004 11:24 am
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...
3325
holger.schimanski@...
Feb 24, 2004 10:09 am
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...
3326
jumolko
Feb 24, 2004 11:09 pm
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...
3327
Ronald Bourret
xmldbms
Feb 27, 2004 9:36 am
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...
3328
woodcindy2004
Mar 4, 2004 2:50 pm
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...
3329
woodcindy2004
Mar 4, 2004 6:44 pm
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...
3330
Ronald Bourret
xmldbms
Mar 4, 2004 8:58 pm
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...
3331
Rod
liuhan95121@...
Mar 5, 2004 2:34 am
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]...
3332
´H¨M
edwin1017
Mar 6, 2004 5:06 pm
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...
3333
´H¨M
edwin1017
Mar 7, 2004 9:04 am
... 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...
3334
´H¨M
edwin1017
Mar 7, 2004 9:53 am
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 ...
3335
AndrewWatt2001@...
andrewwatt2001
Mar 8, 2004 1:37 am
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]...
3336
holger.schimanski@...
Mar 8, 2004 7:41 am
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....
3337
´H¨M
edwin1017
Mar 8, 2004 6:09 pm
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...