Name
xml_view_dtd — returns an XML DTD for the output of given XML VIEW
Synopsis
varchar
xml_view_dtd
(
|
in view_name varchar , |
in
root_element
varchar
) ; |
Description
This function will return an XML DTD for the output of a given XML VIEW. The returned DTD will be valid if the HTTP_... output of the view is wrapped into the specified root element.
Parameters
view_name
Name of an XML View.
root_element
Name of the root element.
Return Types
XML DTD for the given XML VIEW