Import xml/html Table into Scilab
tb = xmlScanTable(doc, tbname,level)
An xml document which is obtained from htmlRead
Table name given in the "class" tag
The nth level to the access of table data
Return table in string
This function used to extract xml/html table and return it to the Scilab as string.