Re: [HAPI-devel] DefaultXMLParser issue processing SN datatypes

2008-02-07 Thread jimski
n the element node name? If I can write up a patch what would it take to get the patch accepted? And should I correspond with someone offline to talk about the proposed fix in more detail? Thanks, Jim jimski wrote: > > Hi All- > > I've got a document where OBX.5 contains

[HAPI-devel] DefaultXMLParser issue processing SN datatypes

2008-02-07 Thread jimski
Hi All- I've got a document where OBX.5 contains the following SN data: 22 This should parse so that: Comparator: Num1:22 Separator/Suffix: Num2: But instead, Hapi parses it to: Comparator:22 Num1: Separator/Suffix: Num2: Anyone else seen this problem? There doesn't seem to be an issue pr