Hi - would it be possible to reference a node’s attribute value inside the HTML-style label. I have a template for the label and the only thing that changes is a custom attribute for the node. So I am trying to see if I can write the same label=< … $ATTRVAL > where $ATTRVAL is replaced by whatever value is specified for node.
Just trying to simply some code generation on top of graphviz.
Thanks