Re: [HAPI-devel] It would be nice if XMLParser could translate HL7 escape sequences to correponding XML sequences.

2009-10-27 Thread James Agnew
Hi Fabio, This is interesting, I don't actually know much about that style of escape sequence in XML encoding (the example you list). How does this work, i.e. where is "xD" drawn from? James On Tue, Oct 27, 2009 at 7:21 AM, Fabio Daprile wrote: > Hello, > > HL7 defines character sequences to

[HAPI-devel] It would be nice if XMLParser could translate HL7 escape sequences to correponding XML sequences.

2009-10-27 Thread Fabio Daprile
Hello, HL7 defines character sequences to represent ’special’ characters not otherwise permitted in HL7 messages. These sequences begin and end with the message’s Escape character (usually ‘\’), and contain an identifying character, followed by 0 or more characters. The most common use of th