Assume that a certain XMLDB can store an XML document as a model based on DOM Level2, and can retrieve the stored XML data via XQuery. Also assume that you wish to store the following [XML Document] in the XMLDB, and treat the script element content as a CDATA section when retrieving the XML data from the XMLDB. Select the most appropriate description regarding the following [Procedure].
Assume that the XMLDB follows the DOM Level2 specification, as well as specifications related to XQuery.
[Procedure]
(1) Store [XML Document] in XMLDB
(2) Retrieve the stored XML data via XQuery (at this stage the XML data has not been serialized as a character string)
(3) Serialize the XML data as a character string
Currently there are no comments in this discussion, be the first to comment!