Allows to obtain a graphic from its description.
1 graphviz
<graphviz type='type'>
<source /> +
</graphviz>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atype | string | Code of the object to be executed. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Esource | String | Code in DOT format of the graphic which will be shown. |
Returns | |
---|---|
Type | Description |
String |
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>