Re: [gnome-db] Gnome DB XML Documentation



Hum ... I do not find it.
I've no dtd directory into ${prefix}/share/libgda
only an xml one containing the following files:

gda-report.dtd  
gda-report-result.dtd  
gda-xml-query.dtd  
gda-xml-query.xsl


Perhaps I have to install a more recent version of libgda.
Currently I have the 1.2.3 version installed (on my gentoo).

But it's seem that the download page is not yet ready on the web site
(at least for stable version).


I've find a 1.9.99 that I've download and tried to install, but I've a
compilation error:


gda-data-model-array.c:28:43: libgda/gda-data-model-private.h: No such
file or directory
gda-data-model-array.c: In function `gda_data_model_array_update_row':
gda-data-model-array.c:152: warning: passing arg 1 of
`gda_row_get_number' discards qualifiers from pointer target type
gda-data-model-array.c:158: warning: passing arg 1 of `gda_row_copy'
discards qualifiers from pointer target type
gda-data-model-array.c: In function `gda_data_model_array_remove_row':
gda-data-model-array.c:187: warning: passing arg 1 of `g_object_unref'
discards qualifiers from pointer target type
make[1]: *** [gda-data-model-array.lo] Error 1
make[1]: Leaving directory `/usr/src/packages/libgda-1.9.99/libgda'
make: *** [all-recursive] Error 1


...

And there's no libgda-dict.dtd file in the source tree:


marzu libgda-1.9.99 # pwd
/usr/src/packages/libgda-1.9.99
marzu libgda-1.9.99 # find . -name "*.dtd"
./report/gda-report.dtd
./report/gda-report-result.dtd
./data/gda-xml-query.dtd
marzu libgda-1.9.99 #


Could you tell me in which package the file is ? And where I could find
it ? Or could you just send it to me ?

Thanks all
Laurent Marzullo


On Thu, 2006-10-19 at 11:08 +0200, Vivien Malerba wrote: 
> On 10/19/06, Laurent Marzullo <laurent marzu org> wrote:
> > Ok,
> >
> > And is there a XML Schema (or DTD) to describe a data base ?
> > The table, view etc ?
> >
> > According to the web site
> >
> > [...]
> > A dictionary of the database structure (data types, tables,
> > constraints, ...) can be created, synchronized with the database it
> > represents, saved to a file and loaded. Developing applications which
> > need information about the database structure is now easier. The
> > dictionary can be extended to include any kind of information which an
> > application may want to store in it.
> > [...]
> >
> > Where may I find information about the saved file ? Is it an XML one ?
> >
> 
> Oh, ok, I had not understood you were talking about the XML files for
> dictionaries. There is in fact a DTD for the dictionary files named
> libgda-dict.dtd and installed in ${prefix}/share/libgda/dtd
> 
> Cheers,
> 
> Vivien
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]