SRW.SET_XML_TAG_ATTR
built-in functionThis function is similar to SRW.SET_XML_TAG
, but supplies an attribute
value rather than an XML tag.
SRW.SET_XML_TAG_ATTR(type, 'name', 'attribute');
Parameter |
Description |
type |
Is one of the following: |
name |
Is the report object XML tag to be set. |
attribute |
Is the attribute value. |
See SRW.SET_XML_TAG
.
Copyright © 1984, 2005, Oracle. All rights reserved.