Transform example with inline XML

You can now specify either the Xml or the Xslt to use when using the transform macro. The macro will determine what the data provided is using the other parameters.

In the case below, the xsltlocation attribute is set, so the innerXml is evaluated as Xml:

Smartsite SXML CopyCode image Copy Code
<se:transform xsltlocation="4256">
    <p>
        <h1>hello world</h1>
        <p>
            Goodbye, <a href="http://www.google.com/search?q=Hello world">cruel</a> world...
        </p>
    </p>
</se:transform>