Write XML with “&”, “®”, but still error

Everywhere I look, the post tells me to use their html entities to escape xml special characters, but I still get XML parsing errors. The error message I receive is “Not Recognized entity”, it appears in the & amp; amp; amp; amp; amp; and & reg; tags (without spaces). How can I solve this problem, and why does this still cause an error?









Replace:
& REG; pass:®
and
& pass:&

and your XML will be Effective

Everywhere I look, the post tells me to use their html entities to escape xml special characters, but I still get XML parsing errors. I receive The error message is “unrecognized entity”, it appears in the & amp; amp; amp; amp; amp; and & reg; tags (without spaces). How can I solve this problem and why this still causes an error ?









Replacement:
& REG; pass: ®
and
& pass:&

and your XML will be valid

Leave a Comment

Your email address will not be published.