Touchatag.block.defaulting select uri

defaulting-select-uri

defaulting-select-uri
"urn:touchatag:block:defaulting-select-uri"
DefaultURI
uri
URIs
list of uri

Returns the URI based on the Index or DefaultURI if the provided index is out of bounds. The DefultURI returned is configurable.

<block id="defaulting-select-uri" 
    ref="urn:touchatag:block:defaulting-select-uri">
    <property name="DefaultURI">
        <uri></uri>
    </property>
    <property name="URIs">
        <list><uri></uri></list>
    </property>
</block>