Allows to obtain a graphic from its description.

1 graphviz

<graphviz type='type'>
    <source /> +
</graphviz>
Example

Execute the object gcompedh and return the XML document of the FO code produced in string format to be used directly from a variable.

Copy
<xsql-script name='fop_form'>
<body>
   <set name='xmlfo'>
     <fop.form code='gcompedh' cond='1=1' type='xml-string' />
   </set>
   <println><xmlfo/></println>	
</body>

</xsql-script>