Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
asset:import
Parses XML and sets Sites variables which can then be gathered to set values in the asset.
Note
If you use
asset:importto gather values into a flex asset, you must provide an asset subtype using thesubtypeparameter.Syntax
<asset:import name="asset instance object" prefix="prefix" xml="XML code" file="pathname" [pubid="publication id"] [subtype="asset subtype"] />Parameters
name (required)- Name of the asset instance object.
prefix (required)- Prefix to use when setting ICS variable names. The variable names are
prefix:attribute.
xml (required if file not specified)- XML code that is parsed.
file (required if xml not specified)- Path to file containing XML code that is parsed. This parameter takes precedence over XML.
pubid (optional)- Publication ID.
subtype (optional, unless using this tag for a flex asset)- Asset subtype.
Error Numbers
The possible values of
errnoinclude:
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.