Hello, How are you? I have tried to change MapFactory_DTD.java file in order to get table name and column name in upper case in MAP file, but I failed to do...
Because version 2.0 will fix this problem, I will not spend much time on this. I looked through MapFactory_DTD and here are the changes I think you need to...
Ronald Bourret
rpbourret@...
Apr 1, 2002 10:34 am
2111
... I've posted a new release (alpha 2a) that fixes several bugs in inline maps. ... I've done some more thinking about this and I don't think that version 2.0...
Ronald Bourret
rpbourret@...
Apr 1, 2002 12:13 pm
2112
Due to some bugs with inline maps in the alpha 2 release, I've done an alpha 2a release. This fixes the bugs and does a bit of code cleanup. For details, see...
Ronald Bourret
rpbourret@...
Apr 1, 2002 12:15 pm
2113
We are recruiting for a Java, XML consulting position in Bethesda, Maryland. It is minimally a two-month assignment, but could be last longer. We prefer W2...
... This is supported via the XPath translate() function. translate('someval','abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ ') will return...
This is a shot in the dark: I have a huge (400k) Map file (maps all of SportsML) which is triggering a null pointer error -- the source code I have is...
Solved the problem: It was due to trying to be clever ;) A regex search and replace to fix up illegal table and column names had inadvertently swapped a few...
Can I transfer many tables into one xml document that is not be nested? EX: Database ****** Hotel1(A, B) Hotel2(A, C, D) XML Document ********** <?xml...
... ID/IDREF/IDREFS attributes are not explicitly supported by XML-DBMS. Instead, they are treated like any other attributes. To see why this is, consider the...
Ronald Bourret
rpbourret@...
Apr 3, 2002 10:53 am
2119
... Oops. That should have read: "...both A elements are parents of B. Obviously, this cannot be expressed through nesting." ... Oops again. ID values are...
Ronald Bourret
rpbourret@...
Apr 3, 2002 11:00 am
2120
This is not supported in version 1.0. I am planning to add it to version 2, but it probably won't be available until version 2.1 (date unknown). To solve this...
Ronald Bourret
rpbourret@...
Apr 3, 2002 11:03 am
2121
Can I transfer many xml documents into one table? EX: Database ****** Hotel(A, B, C, D, E) XML Document (1)********** <?xml version="1.0" encoding="UTF-8"?> ...
To do this, use two different map documents. Both map element type A with a ClassMap. The first maps element types B and C with PropertyMaps. The second maps...
Ronald Bourret
rpbourret@...
Apr 4, 2002 7:30 am
2123
Is this means that the record are only ABC or ADE ? ... xml-dbms-unsubscribe@yahoogroups.com...
No. In both cases, the records are ABCDE. However, in the first case, D and E are NULL. This is because there are no values for D and E in the document....
Ronald Bourret
rpbourret@...
Apr 4, 2002 8:20 am
2125
Hi, I would like to get the data from the databsae to the xml file. The way v do in asp. I am new to the arena of xml but I have to create a demo for my client...
See http://msdn.microsoft.com/msdnmag/issues/1100/BeyondASP/BeyondASP.asp -- Ron...
Ronald Bourret
rpbourret@...
Apr 8, 2002 11:21 am
2127
hi, i have tree tables like: table1 (A,B,C) table2(A,D) table(D,E) and i want to generate a xml file like: <Areas> <Area> <A>A1</A> <B>B1</B> <C>C1</C> <D...
Hi, I succeeded to make the samples work on my Linux Box and postgres Database for XMLDBMS2.0 What I want now, is dump one postgres table into a xml file. My...
You cannot do this directly. This is because the XML document structure does not match the database structure. Instead, you must generate the following XML...
Ronald Bourret
rpbourret@...
Apr 9, 2002 8:46 am
2131
I do not know of one. There are some special RDF databases. For example, see: http://web1.guha.com/rdfdb/ http://redfoot.sourceforge.net/ ...
Ronald Bourret
rpbourret@...
Apr 9, 2002 8:55 am
2132
http://www.p6spy.com/documentation.html It has gone OpenSource so...... In essence you set the P6Spy as the DB driver & then set the "Real" DB Driver in p6Spy...
adam flinton
aflinton@...
Apr 9, 2002 9:05 am
2133
You need to declare a wrapper element in your filter file. For example: <FilterSet> <Options> <Wrapper Name="ListOfGenres" /> </Options> <Filters> ... ...
Ronald Bourret
rpbourret@...
Apr 9, 2002 9:35 am
2134
This looks very useful, especially since it generates the "effective" SQL statement corresponding to a prepared statement. I'll add this to the list of things...
Ronald Bourret
rpbourret@...
Apr 9, 2002 10:00 am
2135
Thanks for your recent answers Ron. Btw, i still cannot use JDBC2DataSource. it seems i passs the wrong jndiContext. Could you give a simple example on how to...
Hello, I'm new to this group so please forgive me if I am rehashing an old subject. I am having problems running the Transfer program that comes with ...
... You're weelcome. ... I'm afraid I can't answer this one. Adam Flinton wrote the code for 1.1 and I just stole it. I don't have JNDI on my machine, so I...