SXML Execute Example
This example shows you how to construct sxml and execute it later.
Smartsite SXML | Copy Code |
---|---|
<se:buffer name="sxmldata">{char.lt()}se:itemdata field="title" item="4810" /{char.gt()}</se:buffer> {string.toupper(sys.executesxml($sxmldata))} |
Example Result | Copy Code |
---|---|
THIS IS A SAMPLE PAGE |