Component: XMLTag (Misc)

From Flowcode Help
Revision as of 17:52, 9 November 2022 by Wiki bot (talk | contribs) (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author MatrixTSL
Version 1.0
Category Misc


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.

File:XML_Example.zip


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.

FC6 Icon.png XML HTML Example


JSON Example

A simple example to read in an JSON formatted file and extract data from the structure.

File:JSON_Example.zip

Downloadable macro reference

Property reference

Fc9-prop-icon.png Properties
Fc9-type-10-icon.png Tag
XML Tag name string 
Fc9-type-10-icon.png Data
Associated Data String. Can be empty