ravinggenius Posted September 30, 2008 Share Posted September 30, 2008 I am parsing a bunch of XML files. Nearly all of them are well-formed, but due to a bug beyond my control, some may not be. Is there a quick and easy way to verify that the XML is well-formed before attempting to parse it? I'd really like to just skip the bad files and deal with them later by hand. I tried to use XML_check, but it seems to have an error in it. Link to comment https://forums.phpfreaks.com/topic/126478-checking-for-well-formed-xml/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.