Subject: | Incorrect escaping of quotes for HTML labels |
Date: | Sat, 16 Aug 2014 23:23:45 +0100 |
To: | bug-GraphViz2 [...] rt.cpan.org |
From: | Andrew Beverley <andy [...] andybev.com> |
When supplying a HTML label rather than normal label for a node (i.e.
quoting with <...> rather than "..."), any double-quotes are incorrectly
escaped, which prevents Graphviz processing the file.
E.g.
label=<
<table BORDER="0" CELLBORDER="1" CELLSPACING="0">
...
Becomes
label=<
<table BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\">
...
I have worked around this by using single-quotes instead of
double-quotes in the HTML label, but thought it worth raising a bug
report anyway.
I would provide a patch, but I cannot work out where the escaping is
being done - sorry!
Thanks for a great module,
Andy