Subject: | GraphViz::XML does not escape quote marks |
`perl -MLWP::Simple -MGraphViz::XML -e "print GraphViz::XML->new(get q|http://validator.w3.org|)->as_svg"`
results in a somewhat broken SVG as some of the text nodes contain quote marks ('"') which are apparently not properly escaped.