Обсуждение: docbook xml into/out-of sql-tables

Поиск
Список
Период
Сортировка

docbook xml into/out-of sql-tables

От
"Otto Hirr"
Дата:
Greetings,

I'm looking for pointers to info on storeing / retreving docbook, or other
document type systems, in sql tables.

My searchs on docbook & sql etc turn up info on manuals etc for a system in
docbook, which is not at all what I'm looking for. (e.g. postgresql doc are
in docbook form...)

You could think of the issue as the guts portion of a content management
system, but not the server, web gen, etc.

Thanks in advance,

..Otto



Re: docbook xml into/out-of sql-tables

От
Peter Eisentraut
Дата:
Otto Hirr wrote:
> I'm looking for pointers to info on storeing / retreving docbook, or other
> document type systems, in sql tables.

Make a column of type xml and store it there.  But we don't have schema
validation for xml data yet.