Home > Contents > Index > 
Get the locale for a particular asset.
<asset.getlocale
        prefix="variable space prefix into which the locale data will be scattered"
       [name="name of asset whose locale will be returned"]
       [type="type of asset whose locale will be returned"]
       [objectid="asset id of asset whose dimensions will be returned"]
     />
Get the locale for a particular asset.
The locale's asset type, asset id aand name are set into variables in the form {PREFIX}:TYPE, {PREFIX}:OBJECTID, {PREFIX}:NAME
There are no possible errno for this tag.
The following demonstrates how it is possible to loop through the dimensions belonging to an asset.
<asset.getlocale name="a1" type="Variables.mda:c4f" objectid="Variables.mda:cfid4" prefix="glocale" /> The locale is: <string.stream variable="glocale:NAME" />
| Home > | Contents > | Index > | ||
|   | Oracle XML Tag Reference | |||