docbook xml into/out-of sql-tables

Started by Otto Hirrover 17 years ago2 messagesgeneral
Jump to latest
#1Otto Hirr
otto.hirr@olabinc.com

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Otto Hirr (#1)
Re: docbook xml into/out-of sql-tables

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.