<div dir="ltr">Hi,<div><br></div><div>When parsing XML, xmerl throws error when there are no whitespace character between 2 attributes. A sample XML is as below. Highlighted areas have problems.</div><div><br></div><div><vxml xmlns="<a href="http://www.w3.org/2001/">http://www.w3.org/2001/</a><b>vxml"xmlns</b>:xsi="<a href="http://www.w3.org/2001/XMLSchema-insta">http://www.w3.org/2001/XMLSchema-insta</a><b>nce"xsi:</b>schemaLocation="<a href="http://www.w3.org/2001/vxmlhttp://www.w3.org/TR/voicexml20/vxml.xsd">http://www.w3.org/2001/vxmlhttp://www.w3.org/TR/voicexml20/vxml.xsd</a>" version="2.0"></div><div><test id="1234">Test XML</test></div><div></vxml><br></div><div><br></div><div>However W3C (<a href="http://www.w3schools.com/xml/xml_validator.asp">http://www.w3schools.com/xml/xml_validator.asp</a>) validates above XLM without any errors. Therefore I guess xmerl better support that.</div><div><br></div><div>Attached is a patch to fix that. It could help others too, if that patch is added to the xmerl package distributed in OTP distribution.</div><div><br></div><div>- Eranga</div><div><br></div><div><br></div><div><br></div><div><br></div></div>