curl_xml plugin: Change the "Namespace" config option …
authorFlorian Forster <octo@collectd.org>
Sat, 16 Mar 2013 14:08:39 +0000 (15:08 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 16 Mar 2013 14:08:39 +0000 (15:08 +0100)
commitff4e029e7335574d1be6600953f97704bd122839
treef5185675abb16284e2c3069cdf08a30d36db15d0
parent597ada32b2fa15ec637e4e7385d7a821c2f6e682
curl_xml plugin: Change the "Namespace" config option …

… to expect two strings: prefix and URL separately. This way the parsing
is done in the config parser and we don't have to interpret special
characters in a string.
src/collectd.conf.pod
src/curl_xml.c