Show Variables from XML

SEAT NEEDED: Captain

Show real-time data from any XML file on your Split-Flap TV to inform your viewers. Insert the shortcode like below to link your message to real-time XML variables.

Syntax

#XML#{URL}#{columnname}#{index}#

For example: #XML#https://splitflaptv.com/FakeData.xml#customers#firstname#3#
this shortcode will show the 3rd value of the firstname column in your message.

Whenever the index is higher than the number of rows returned by the XML file, then the value is empty. Also whenever the name of the column is not available at the data file, then the value is empty.