Subject | RE: [firebird-support] XML |
---|---|
Author | Thomas Steinmaurer |
Post date | 2003-10-02T16:23:53Z |
> Can firebird manage XML?XML is simply (semi) structured text, human readable, and
parseable by XML parsers (DOM/SAX). Yes, you can store XML
data in e.g. a BLOB with sub type 1, but you can't query
specific elements/subelements/attributes when the XML
document is stored as a whole in a BLOB, because SQL
doesn't support that, and a XML query language like
XPath or XQuery isn't built in.
You could shredder the XML document into its pieces and
map XML structures to relational structures like tables
and column. In some cases such a mapping is quite hard
to do, because the XML data model is different to the
relational model. Though, by mapping and storing of XML
structures in relational structurs you will be able
to query these data with SQL.
Storing XML documents in a RDBMS efficiently was a hot
research topic 2-3 years ago. Might it is still the
case, I don't know. Many DBMS vendors have integrated
the so called "XML support" to their DBMS, but most
of them are simply proprietary extensions.
> Iam not sure about the question, please correct me or provide mySome useful technical/research papers.
> some information about how xml and database server relates it each
> other.
http://www.rpbourret.com/xml/index.htm
Best Regards,
Thomas Steinmaurer
The IB LogManager Product Family
Logging/Auditing Suite for InterBase/Firebird
http://www.iblogmanager.com