Re: Un-Escaping XML in transformer

2007-05-10 Thread Andreas Hartmann
Grzegorz Kossakowski schrieb: > Andreas Hartmann pisze: >> Hi Cocooners, >> >> I have a SAX stream containing fragments of escaped XML, e.g. >> >>this is a link >> >> and want to convert the characters into SAX events: >> >>this is a link >> >> I collect and assemble the

Re: Un-Escaping XML in transformer

2007-05-10 Thread Grzegorz Kossakowski
Andreas Hartmann pisze: Hi Cocooners, I have a SAX stream containing fragments of escaped XML, e.g. this is a link and want to convert the characters into SAX events: this is a link I collect and assemble the character events, but I don't know how to parse the resul

Un-Escaping XML in transformer

2007-05-10 Thread Andreas Hartmann
Hi Cocooners, I have a SAX stream containing fragments of escaped XML, e.g. this is a link and want to convert the characters into SAX events: this is a link I collect and assemble the character events, but I don't know how to parse the resulting string and generate S