Home > Contents > Index >
ASSET.ARGUMENT
Declares a value that is available to the parent asset tag.
Syntax
<ASSET.ARGUMENT NAME="argument name" VALUE="argument value"/>Parameters
NAME (required)
- Name of the argument.
VALUE (required)
- Value for this argument.
Description
The
ASSET.ARGUMENT
tag declares a value that is available to the parent asset tag. It is used in the context of another tag, such as ASSET.LIST and causes a runtime error if it is not contained within a proper parent tag.Error Numbers
There are no possible
errno
for this tag.Example
This code creates a list named "ArticleList" composed of all the article assets that have "BurlingtonFinancial" as a source:
<ASSET.LIST TYPE="Article" LIST="ArticleList"><ASSET.ARGUMENT NAME="source" VALUE="BurlingtonFinancial"/></ASSET.LIST>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.