Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Export.XML.SaveMetaData – PB Docs 2021 – PowerBuilder Library

Export.XML.SaveMetaData – PB Docs 2021

Export.XML.SaveMetaData

property (DataWindow object)

Description

Setting that controls the storage format for the metadata
generated with the XML exported from a DataWindow object using the
SaveAs method or a .Data.XML expression.

Applies to

DataWindow objects

Syntax

PowerBuilder dot notation:

Describe and Modify argument:

Parameter

Description

value

(exp) A string specifying a value of the
Export.XML.SaveMetaData enumerated datatype

Usage

This property must be set to specify how to store the generated
metadata before you call the SaveAs method with XML! as the SaveAsType
to save data as an XML document, or use the .Data.XML expression to save
data as an XML string. The metadata can be saved into the exported XML
document or string or into an associated file.

Note

If Export.XML.MetaDataType is set to XMLNone!, the value of the
Export.XML.SaveMetaData property is not used.

The Export.XML.SaveMetaData property is an enumerated datatype
that can hold the following values:

Enumerated value

Numeric value

Meaning

MetaDataInternal!

0

The metadata is saved into the generated XML
document or string. To save metadata using the .Data.XML
expression syntax, you must use this value.

MetaDataExternal!

1

With the SaveAs method, metadata is saved as an
external file with the same name as the XML document but with
the extension .xsd (for XMLSchema! type) or .dtd (for XMLDTD!
type). A reference to the name of the metadata file is included
in the output XML document.

With .Data.XML, no
metadata is generated in the XML string.

In the painter

In the Data Export tab in the Properties view for the DataWindow
object, select XML from the Format to Configure list and select a value
from the Save Meta Data list.

Examples

See also

Export.XML.MetaDataType


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x