Skip Menu |

This queue is for tickets about the GraphViz CPAN distribution.

Report information
The Basics
Id: 6316
Status: resolved
Priority: 0/
Queue: GraphViz

People
Owner: Nobody in particular
Requestors: bjoern [...] hoehrmann.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
This is a problem in the underlying graphviz program. Not much I can do, sorry.