manoelcampos / xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
MIT License
287 stars 73 forks source link

parse visual studio's project file failed by line "<?xml version="1.0" encoding="utf-8"?>" #62

Closed 36yang closed 3 years ago

36yang commented 3 years ago

I use this to parse visual studio's project file (.vcxproj) the first line <?xml version="1.0" encoding="utf-8"?> result to fail

manoelcampos commented 3 years ago

Provide the error message and a sample XML that fails to parse.