Attr.value

Property Description

Value of an attribute. The value of the attribute is returned as a string.

Character and general entity references are replaced with their values. For example, a character reference such as   or an entity reference such as &#nbsp; is replaced with a non-breaking space.

Note:

If you set this value, it creates a text node with the unparsed contents of the string, for example, any characters that an XML processor would recognize as markup are instead treated as literal text.

Type

string

Module

N/xml Module

Since

2015.2

Errors

Error Code

Message

Thrown If

SSS_XML_DOM_EXCEPTION

Invalid argument type, expected string: value

Cannot set the attribute value with the specified value.

Syntax
Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/xml Module Script Samples.

          //Add additional code 
...
var attrValue = attr.value;
...
//Add additional code 

        

Related Topics

General Notices