I finally came around to reading the DTD for v2. I have one small question. (I read version 1.10 from SourceForge) Somewhere in de DTD all the JDBC types are...
1766
KRUMPOLEC Martin
krumpolec@...
Dec 12, 2001 11:45 am
... I think ADO covers only small subset of XML-DBMS because it can obly persist recordset to/from XML with fixed schema so I'll have to transform (XSLT)...
1767
Ronald Bourret
rpbourret@...
Dec 12, 2001 11:51 am
... Yes. An attribute with an enumerated type can only have a single NMTOKEN as its value. DefaultForTypes needs to allow multiple NMTOKENS as its value. --...
Yes, I understand. It took me some time before I realised that enumerations don't go together with NMTOKEN or NMTOKENS. A would appreciate a small remark in de...
There are two ways to handle updates with regard to missing elements:
1) First and most obviously apparent way is to treat these missing elements
as not set...
1771
Ronald Bourret
rpbourret@...
Dec 12, 2001 11:01 pm
... We should do this. ... My original thought was to use the xsi:nil attribute from XML Schemas. Unfortunately, this only applies to elements, not attributes...
After inserting a row into the database, we need to be able to access that
same row again--to retrieve key values for example. This is being
implemented in a...
Ron, This is Nick Semenov. I was not following recent going-ons for some time closely. I really would like to get updated and have a look at v2 DTD at...
I am just wondering have any of you ever build application based on xmldbms v 1.0 ? I can really make use the example beside the samples given in the package. ...
1777
Ronald Bourret
rpbourret@...
Dec 14, 2001 11:05 am
... Yes -- http://www.xmlmiddleware.org/xmldbms/v2 ... Great! ... I am glad to hear this. This is exactly what we are doing in version 2.0. I am writing a...
1778
adam flinton
aflinton@...
Dec 14, 2001 11:38 am
Dear All, I am about to send an Alpha of the New & improved GUI (Mapbuilder + Properties Editor) I will also send the server stuff as is. It is mostly for L&F...
Adam, ... You have two choices (that I know of) with re to synchronizing maps: - use a Map initialised with: Map aMapInstance = Collections.synchronizedMap(...
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
1781
adam flinton
aflinton@...
Dec 14, 2001 10:09 pm
Excellent....this is why I love newsgroups & mailing lists..... I note this from the concurrent docs.... "It is currently distributed in source form only. To...
1782
adam flinton
aflinton@...
Dec 14, 2001 10:10 pm
... e.g: "ConcurrentReaderHashMap An analog of java.util.Hashtable that allows retrievals during updates. ConcurrentHashMap An analog of java.util.Hashtable...
1783
Ronald Bourret
rpbourret@...
Dec 14, 2001 10:14 pm
... I was simply planning on moving v1 stuff into v2 and cleaning up as necessary. That way, we would move completely into v2 and not worry about v1. Part of...
1784
adam flinton
aflinton@...
Dec 14, 2001 10:24 pm
Good. Will there be some sort of support from the POV of v1 maps? Keeping a link to v1 maps would be possible. I can move the JMS & XSLT stuff across in a...
1785
Ronald Bourret
rpbourret@...
Dec 14, 2001 10:45 pm
... There will be no code support. All that is really needed is for somebody to write an XSLT stylesheet that transforms v1 maps to v2 maps. ... But more...
Ron,
I'm coming back around to the UPDATE problem. I just have a hard time with
all the decorating of XML files with action: attributes. I can understand
this...
1787
adam flinton
aflinton@...
Dec 16, 2001 9:06 pm
If you can detect (while compiling building/designing a map document) e.g. via a builder tool wether a column could be null (if not you could always work out...
1788
Adam Flinton
aflinton@...
Dec 17, 2001 9:19 am
If you can detect (while compiling building/designing a map document) e.g. via a builder tool wether a column could be null (if not you could always work out...
Hi, iam using xml-dbms for transfering data from the database to xml. i am just using your standard-components (transfer.java) for that, because i am a...
1790
Ronald Bourret
rpbourret@...
Dec 17, 2001 11:32 am
Just so I understand the issues here. 1) You've got multiple threads (processes?) sharing the same object cache. 2) The cache is currently built on a static...
1791
Ronald Bourret
rpbourret@...
Dec 17, 2001 12:52 pm
... I'm not married to the action: attributes by any means. I proposed them as a way to offer very fine control, but expected that they would be the least...
Hi I am trying to create for the dtd http://www.w3.org/2001/09/P3Pv1.dtd the corresponding tables (map-file resp.) with GenerateMap (1.01). I get the following...