Syndetics: start switch to XML::LibXML to parse results
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 30 Apr 2009 19:10:34 +0000 (14:10 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 1 May 2009 12:17:24 +0000 (07:17 -0500)
commit050f9115de3ede3ced8c6132a5cec5264d0acb3b
tree3d8ff82ba84cda105e07ef2be83e219bcffb3803
parent2e9d9d9d95a665e3ce30c1f5f8d7efc59ac85e32
Syndetics: start switch to XML::LibXML to parse results

XML::Simple doesn't handle mixed content, which is a
problem because reviews provided by Syndetics sometimes
contain HTML tags.  Furthermore, it's often easier to write
XPath to extract bits of an XML document than trying
to play with XML::Simple's options.

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