On Wed, Dec 29, 2010 at 7:34 PM, Niklas Gustavsson <[email protected]> wrote:
> On Wed, Dec 29, 2010 at 2:44 PM, Ashish <[email protected]> wrote:
>> I managed to get hold of the implementation for a simple XML Decoder
>> that we discussed on ML long ago.
>>
>> Its not the most sophisticated one, but will give an idea of how to
>> implement one :)
>
> Does it handle streaming XML or complete XML messages? How does it
> compare with the implementation we got in Vysper?

Its a dumb xml parser meaning it extends CumulativeProtocolDecoder and
looks for start and end tag to complete
the XML message. Its doesn't have a lot of error handling :(

- ashish

Reply via email to