Component: XMLTag (Misc)
From Flowcode Help
Jump to navigationJump to search| Author | MatrixTSL |
| Version | 1.0 |
| Category | Misc |
Contents
XMLTag component
A simple XML tag name and data string pair.
Component Source Code
Please click here for the component source code: FC_Comp_Source_XMLTag.fcfx
Detailed description
No detailed description exists yet for this component
Examples
XML Example
A simple example to read in an XML formatted file and extract data from the structure.
A simple example to read a HTML string into the XML parser and extract data from the within the table structure. The HTML string could be provided via a TCP client HTTP GET request.
JSON Example
A simple example to read in an JSON formatted file and extract data from the structure.
Macro reference
Property reference
| Properties | |
| Tag | |
| XML Tag name string | |
| Data | |
| Associated Data String. Can be empty | |