[Glass] XML Parser bug ?
Dale Henrichs via Glass
glass at lists.gemtalksystems.com
Fri Jul 15 12:58:19 PDT 2016
Bruno,
I guess the question that I have is:
Does the old version of XMLParser show the same bug in 3.3 or is this
a bug/feature of the new version of the XMLParser?
Another way of saying this is:
Have you tried loading the old version XMLParser?
Do the XMLParser tests pass? Do the XMLParser tests cover this
particular case?
I am not an XMLParser person and I don't even know what version of
XMLParser you are using.
Dale
On 07/15/2016 11:04 AM, BrunoBB via Glass wrote:
> Dale,
>
> Here is a small test that i think it show the bug:
> | str1 str2 |
>
> str1 := '<imageAnnotation>
> <image filename="" mediatype="" size=""/>
> <annotation/>
> </imageAnnotation>'.
> str2 := str1 copyWithoutAll: String lf.
>
> ((XMLDOMParser parse: str1) xPath: 'imageAnnotation')
> collection last stringNodes. "answer a XMLNodeList with 3 elements"
>
> ((XMLDOMParser parse: str2) xPath: 'imageAnnotation')
> collection last stringNodes. "answer an empty XMLNodeList (not LF in this
> string)"
>
> regards,
> bruno
>
>
>
> --
> View this message in context: http://forum.world.st/XML-Parser-bug-tp4906721p4906735.html
> Sent from the GLASS mailing list archive at Nabble.com.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
More information about the Glass
mailing list