[Typo3-dev] TYPO3 and native XML Databases
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Tue Oct 18 09:27:02 CEST 2005
dan frost schrieb:
> postgres has a patch (or module, or similar - not sure) for this.
>
> You can do stuff like e.g.
>
> Select from someTable where xpath(myXmlField,"/the/xml/path/to/my/tag");
Oracle (and possibly others) have that too.
But that are "only" XML-extensions of SQL-DBs.
I imagine that I have a true XML-DB I have a) no tables to select from
and b) no SQL at all.
Perhaps it's possible with DBAL to do some
"table-to-realdatastorageentity-mapping" with pseudo-SQL like the
PostgreSQL/Oracle-syntax you mentioned.
Masi
More information about the TYPO3-dev
mailing list