Import All xml/html Tables into Scilab
tb = xmlScanAllTable(doc)
An xml document which is obtained from htmlRead
Return tables in string list
This function used to extract all xml/html tables and return it to the Scilab as string list.