Re: Server-side xml validator anyone ?

2018-01-13 Thread jbv via use-livecode
On Sat, January 13, 2018 2:08 pm, Mark via use-livecode wrote: > If your XML is UTF8-enconded and your UTF8 data is correct, it will > work. Your probably isn't invalid XML but either a problem with the > encoding of the entire file or a particular string. > > The best way to validate XML on your

Re: Server-side xml validator anyone ?

2018-01-13 Thread Mark via use-livecode
If your XML is UTF8-enconded and your UTF8 data is correct, it will work. Your probably isn't invalid XML but either a problem with the encoding of the entire file or a particular string. The best way to validate XML on your server is to install a little command line utility and use the shell