[ You are here: XTF -> Tag Reference -> crossQuery -> Query Parser Output Tags -> Result Data Tag ]

Result Data Tag

This tag allows the Query Parser stylesheet to pass arbitrary data on to the Result Formatter stylesheet. XTF will not attempt to interpret the contents of the tag, but simply passes the tag and its contents through unchanged into the Query Result Tag. This tag may appear anywhere within a query.
<resultData>
 
    YourDataHere
 
</resultData>
XTF will pass the tag and its contents unchanged to the result formatter.