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

XMLGen.property – PB Docs 150 – PowerBuilder Library

XMLGen.property – PB Docs 150

XMLGen.property DataWindow object property

Description

Settings that specify how XML is generated, whether client-side,
postback, or callback paging is used, the physical path to which
XML is published, and the URL referenced by the JavaScript that
transforms the XML to XHTML.

Controls

DataWindow objects

Syntax

PowerBuilder dot notation:

Describe and Modify argument:

Parameter

Description

property

One of the following:

  • Inline

  • PublishPath

  • ResourceBase

value

(exp) Inline – A
boolean that specifies whether the XML generated for the XML Web
DataWindow is generated inline to the XSLT transformation script.
Values are:

  • true – The
    XML is generated within the XSLT transformation script.

  • false – (default) The
    XML is published to a separate document.

(exp) PublishPath – A string
that specifies the physical path of the Web site folder to which the DataWindow server publishes
the generated XML document that contains the XML Web DataWindow
content.

(exp) ResourceBase – A string
that specifies the URL of the generated XML document that contains
the XML Web DataWindow content.

Usage

Inline

The XML published on the Internet in your XML Web DataWindow could
contain sensitive data, and this data might be exposed to Internet
users when published to a separate document. For increased security,
if the Inline property to set to true, the XML
is generated “inline” to the XSLT transformation
script in the page that renders the control. If only authenticated users
have access to this script, the security of the XML is ensured.
Setting this property should have no adverse side effects on the
caching efficiency of the control.

PublishPath and ResourceBase

The PublishPath folder must correspond to the URL specified
in the ResourceBase property. At runtime, after the DataWindow server generates
XML content to the PublishPath folder, client–side JavaScript
in a generated page downloads it using a reference to the ResourceBase
property. The JavaScript transforms the XML content to XHTML using
the generated XSLT style sheet.

In the painter

On the Web Generation tab in the Properties view for the DataWindow
object, select XML from the Format to Configure list and select the
options you require.

Examples

These statements set the XMLGen.ResourceBase and
XMLGen.PublishPath properties:

This statement sets the XMLGen.Inline property so
that XML is generated inline:


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