<< xmlScanAllTable bytecode_iot_module xticks2string >>

bytecode_iot_module >> bytecode_iot_module > xmlScanTable

xmlScanTable

Import xml/html Table into Scilab

Syntax

tb = xmlScanTable(doc, tbname, with_header)

Parameters

doc :

An xml document which is obtained from htmlRead

tbid :

Table id given in the "id" tag (second search on "class" tag)

with_header :

Table with header, default is %t

tb :

Return table in string

Description

This function used to extract xml/html table and return it to the Scilab as string.

See also

Authors


Report an issue
<< xmlScanAllTable bytecode_iot_module xticks2string >>