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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 3 May 2009 19:39:50 +0000 (21:39 +0200)
commitd23916035ed60a239a55d6790c3844c87d9c1721
tree3d8ff82ba84cda105e07ef2be83e219bcffb3803
parent1386b0f35d2972a6e71b527146884b1a93271470
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