Extract Tag Attribute

This action extracts a tag attribute from the found tag, runs it through a list of data converters, and stores the result in a variable.

Properties

The Extract Tag Attribute action can be configured using the following properties:

Tag Attribute Name

The name of the tag attribute to extract.

Converters

The data converters to apply to the attribute value.

Variable

The variable to store the result into.

Example

Consider this found tag:

<img
src="mypicture.gif">

Assume that Tag Attribute Name has been set to "src", and that the Variable property has been set to "TemporaryData.shortText0". This will store the value "mypicture.gif" in the "shortText0" attribute of the "TemporaryData" variable.