Import xml/html Table into Scilab
tb = xmlScanTable(doc, tbname, with_header)
An xml document which is obtained from htmlRead
Table id given in the "id" tag (second search on "class" tag)
Table with header, default is %t
Return table in string
This function used to extract xml/html table and return it to the Scilab as string.