Closed pixeljetstream closed 4 years ago
You don't have a regular XML file. These *
characters are misplaced.
And you have a const
keyword inside a <param>
tag, while there is already content for that tag: <type>
and <name>
tags. In such cases, this const
value should be another tag or as a <param>
's attribute.
Even Java XML Parsers such as this one ignores some parts of such an XML. It's no intention of the project to support non-standard XML.
thanks, will work around by some preprocessing prior parsing, for the patterns it failed
Hi, thanks for your project, ran into one issue however when parsing Vulkan's vk.xml
serializes wrongly, as the HANDLE section is lost completely