i have to parse this type of xml..
<content type="xhtml">
<apxh:div>
<apxh:p>blah..blah...blah</apxh:p>
<apxh:p>blah..blah...blah</apxh:p>
</apxh:div>
</content>
How can i parse it by atom parsing (root handler, element handler).