I have an XML defined something like this.\[code\]<object text="this is a <a>some text</a>" />\[/code\]My SAXParser is unable to parse this XML as it contains <> tag in its attribute. Anyway to solves this? I tried an online syntax checker and it failed. So does it mean that you cannot define <> tag in an XML attribute?