Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

xml-dbms

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 792
  • Category: XML
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1765 - 1794 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1765 Erik van Oosten
erikieus Send Email
Dec 12, 2001
11:40 am
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@... Send Email
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@... Send Email
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. --...
1768 Erik van Oosten
erikieus Send Email
Dec 12, 2001
12:56 pm
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...
1769 Ronald Bourret
rpbourret@... Send Email
Dec 12, 2001
7:23 pm
... Fixed. ... One hopes so :)...
1770 Sean
sean0x77 Send Email
Dec 12, 2001
8:45 pm
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@... Send Email
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...
1772 Sean
sean0x77 Send Email
Dec 13, 2001
1:35 am
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...
1773 Nick Semenov
nsemenov Send Email
Dec 13, 2001
5:10 am
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...
1774 Lou Lipnickey
nnylip Send Email
Dec 13, 2001
5:54 am
... ADVERTISEMENT ... [Non-text portions of this message have been removed]...
1775 Nick Semenov
nsemenov Send Email
Dec 13, 2001
6:02 am
Sorry to the group for offtopic erroneous posting. The mail was meant for Ronald Bourret. NS [Non-text portions of this message have been removed]...
1776 r3dn0x Send Email Dec 14, 2001
7:41 am
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@... Send Email
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@... Send Email
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...
1779 Erik van Oosten
erikieus Send Email
Dec 14, 2001
12:28 pm
Adam, ... You have two choices (that I know of) with re to synchronizing maps: - use a Map initialised with: Map aMapInstance = Collections.synchronizedMap(...
1780 Sean
sean0x77 Send Email
Dec 14, 2001
4:49 pm
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
1781 adam flinton
aflinton@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
1786 Sean
sean0x77 Send Email
Dec 16, 2001
7:59 am
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@... Send Email
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@... Send Email
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...
1789 doublemax_de Send Email Dec 17, 2001
11:29 am
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@... Send Email
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@... Send Email
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...
1792 Sean
sean0x77 Send Email
Dec 17, 2001
4:46 pm
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
1793 paulmiotti Send Email Dec 17, 2001
9:22 pm
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...
1794 paulmiotti Send Email Dec 18, 2001
6:33 am
Probabaly, I found it out myself... I played around with the dtd again and I got ... E:\xmldbms&#92;samples>java GenerateMap e:\w3c&#92;p3pv1_.dtd ...
Messages 1765 - 1794 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help