Obtain the code of the specified web resource.

1 net.wget

<net.wget url='url'/>
Example

Executes the gcompedh object and returns the XML document of the FO code produced in string format to be used directly froma variable.

Copy
<xsql-script name='net_wget_test1'>
    <body>
        <println><net.wget url='http://www.google.es' /></println>
    </body>
</xsql-script>

Notas

The font code of the Google homepage will be showed on screen.