Home > Contents > Index >
RENDER.FILTER
Filters single assets or lists of assets which have not been approved for publishing from being exported into the generated file.
Syntax
<RENDER.FILTER LIST="list name" LISTVARNAME="output list name" LISTDICOL="assetID column" [LISTTYPECOL="assettype column" [TYPE="asset type"] [ID="asset id"] [VARNAME="output variable"/>Parameters
LIST (required)
- Name of the list to filter.
LISTVARNAME (required)
- Name of the list that contains the filtered assets.
LISTIDCOL (required)
- Name of the asset ID column in the list to be filtered.
TYPE (optional)
- Asset type to filter.
ID (optional)
- Asset ID to filter.
VARNAME (optional)
- Name of the output variable that includes a
true
orfalse
value. Atrue
value indicates it is safe to include the asset.
Description
This tag filters a single asset or list of assets based on whether the asset is approved for the destination being exported. Use this tag within templates that generate a list of assets, including unapproved assets. Templates used during during an export publish operation which employs query assets, EXECSQL commands, ASSET.LIST , and SELECTTO may be candidates for the
RENDER.FILTER
tag.Error Numbers
The possible values of errno include:
Value Description -10004 An argument is missing.Example
<RENDER.FILTER LIST="ArticlesFromTheQuery" LISTVARNAME="ArticlesFromTheQuery" LISTCOLID="id"/> <if COND="ArticlesFromTheQuery.#numRows!=0"> <then> <LOOP LIST="ArticlesFromTheQuery"> <CALLELEMENT NAME="OpenMarket/Xcelerate/Actions/Publish/GetPageURL"> <ARGUMENT NAME="pagename" VALUE="BurlingtonFinancial/Article/Variables.ct"/> <ARGUMENT NAME="cid" VALUE="ArticlesFromTheQuery.id"/> <ARGUMENT NAME="ctype" VALUE="Article"/> </CALLELEMENT> <A class="wirelink" HREF="Variables.referURL" REPLACEALL="Variables.referURL"><csvar NAME="ArticlesFromTheQuery.subheadline"/></A><P/> </LOOP> </then> </if>Release Introduced
This tag was introduced in CS release 4.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.