Hi Unifacers,
I need to convert to a struct a not fully well-formed xml (it is originated from a web page I do not control neither I have possibility to correct).
The error causing the not well-formed condition is not bothering my current needs: it is related to external web page layout while I am interested in data included into this page.
Detailing the specific condition I am confronting with: into this page a field is formatted using a "qualified name" and this qualified name has structure: prefix:value:value. The double colon syntax is the error because as far as i know xml is accepting only a single column in qualified names. The detailed error is:
-1503 Attribute qname beginning with 'data-reviews:filter-action' is invalid!
xmltostruct requires to have well-formed xml otherwise is throwing this -1503 error.
Is there ANY possibility to have xmltostruct completing (with warnings!) its work in a condition like the one described? In other words: is it possible somehow to declass this error to a warning?
Any suggestion is welcome!
Regards,
Gianni