老玉米:
是一回事吗?瞎起哄。你看看你看看Postgresql的文档是怎么写的
[阅读: 595] 2007-01-23 06:14:15
In order to transfer data between XML documents and a database, it is necessary to map the XML document schema (DTD, XML Schemas, RELAX NG, etc.) to the database schema. The data transfer software is then built on top of this mapping. The software may use an XML query language (such as XPath, XQuery, or a proprietary language) or simply transfer data according to the mapping (the XML equivalent of SELECT * FROM Table).