Data.XMLDTD DataWindow object property
Description
A string containing the full document type definition (DTD)
of the XML output for a DataWindow object.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Data.XMLDTD |
Describe argument:
1 |
"DataWindow.Data.XMLDTD" |
Usage
Use this property to return the full DTD of the XML output
of a DataWindow object separately from the generated XML document
itself. The export template used affects the generated DTD.
Examples
The following statements set the template used by
the DataWindow dw1 to t_report and
return the generated DTD to the string ls_xml_dtd.
1 |
string ls_xml_dtd<br>dw1.Object.DataWindow.Export.XML.UseTemplate = 't_report'<br>ls_xml_dtd = dw1.Object.DataWindow.Data.XMLDTD |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments