I have a contact that is experiencing trouble with SAX when parsing RSS and Atom files. According to him, it\'s as if text coming from the Item elements is truncated at an a
How are you passing the input to SAX? As InputStream (recommended) or Reader? So, starting from your byte[], try using the ByteArrayInputStream.