Element Details: Target.XML
 Back


Available in: Logi Info Source code name: Target.XML

Target.Xml returns the XML generated by the target report's DataLayers. This provides a way to export data into XML. You can optionally specify XslTransform elements that apply one or more XSL files to transform the data into a different XML format for consumption by another program or service, or into XHTML for presentation on a web browser.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
FrameID
UserDefined
Top
Self
Parent
NewWindow
Sets the Frame for the target page. Leave blank for the current browser window, or enter NewWindow to open a new browser window. You can also specify an existing FrameID to re-use the same window for each request.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Report
UserDefined
CurrentReport
The name of a Report definition file. The default value is the current report. For some elements, the value can be set to "CurrentReport". This builds the same report with the same data and sort order, which is especially useful when exporting reports. You cannot use "CurrentReport" within Process definitions or MasterReport elements.
RequestForwarding
True
False
Pass all request parameters to the next page. Note that request parameters cannot be forwarded if there is an Input element with the same name, because this would result in two values getting passed with the same name. Values from DefaultRequestValues elements are not forwarded. Unless otherwise noted, the default is "False".



PARENT ELEMENTS

Click element to drill down for more information.

Action.Export XML Procedure.Export XML


CHILD ELEMENTS

Click element to drill down for more information.

Wait Panel XSL Transform


 Back to top


 Chart Debug