0
Q:

xml hello world

<?xml version="1.0"?>

<o:program>

  <o:type name="HelloWorld">

    <o:function name="hello">

      <o:do>

        <o:return select="'Hello World'"/>

      </o:do>

    </o:function>

  </o:type>

  <o:set instance="HelloWorld()"/>

  <o:eval select="$instance.hello()"/>

</o:program>

0

New to Communities?

Join the community