A script-enabled browser is required for this page to function properly.

SRW.SET_XML_TAG_ATTR built-in function

This function is similar to SRW.SET_XML_TAG, but supplies an attribute value rather than an XML tag.

Syntax

SRW.SET_XML_TAG_ATTR(type, 'name', 'attribute');

 

Parameter

Description

type

Is one of the following:
SRW.REPORT_XML, SRW.GROUP_XML, SRW.GROUP_OUTER_XML, or SRW.COLUMN_XML.
It indicates whether the object is a Report, Group or Column object. If a Group object, whether it is for the group or outer group XML tag.

name

Is the report object XML tag to be set.

attribute

Is the attribute value.

Example

See SRW.SET_XML_TAG.

See also

XML Tag property

XML Tag Attributes property

Outer XML Tag property

Outer XML Attributes property