Syndetics: handle variations in reviews XML output
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 30 Apr 2009 17:25:27 +0000 (12:25 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 1 May 2009 12:16:45 +0000 (07:16 -0500)
commit631c7008f9f06146c66d5bef0e84d245eff12498
tree984bf183f5817ae41995123a08ecbbeb83d54637
parent4d95af2968c670d03c438995c49f1652d14b9724
Syndetics: handle variations in reviews XML output

For some reason different Syndetics users get
slightly different results when requesting
an XML-formatted review, so it's necessary to
handle both observed variations:

Here's one variation:

...
<Notes>
    <Fld520 I1="BLANK" I2="BLANK">
    <a>This is a review

And another:
...
<Notes>
    <Fld520 I1="BLANK" I2="BLANK">
        This is a review

This patch fixes a bug where some users the
source of a review but not the review itself.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/External/Syndetics.pm