Forum Discussion
matrixebiz
10 years agoRoku Guru
Yes but hosting sites are not always reliable so I have added some multiple host redundancy for where the channel can read the xml from another server if one is down to future proof it.
Like for example if I host the XML on pastebin and if pastebin ever decides to close then the channel tries the next server host for the XML, etc... I don't want to have to republish another package to change the XML path location.
result = parseXmlDocument ("http ......)
if result.count() < 1 then result = parseXmlDocument ("http ......)
Like for example if I host the XML on pastebin and if pastebin ever decides to close then the channel tries the next server host for the XML, etc... I don't want to have to republish another package to change the XML path location.
result = parseXmlDocument ("http ......)
if result.count() < 1 then result = parseXmlDocument ("http ......)