Checking xml string

2019-01-17 Thread Jay via use-livecode
The w3schools website has a simple XML validator that should be helpful. https://www.w3schools.com/xml/xml_validator.asp Jay+ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

Re: Checking xml string

2019-01-09 Thread Malte Pfaff-Brill via use-livecode
Sorry, Was thinking Going into submarine mode again… Nothing to see here. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/ma

Re: Checking xml string

2019-01-09 Thread Malte Pfaff-Brill via use-livecode
Hi JBV, actually is valid in XML and is the short form of Do you get parsing errors? Cheers, Malte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Checking xml string

2019-01-09 Thread jbv via use-livecode
Hi list, Does anyone has a function that would remove "ghost tags" from an xml string, for instance a tag when there's no tag before ? More generally, a script that checks the consistency of an xml string and points errors would do perhaps ? Thanks in advance. jbv __