| Did you know ... | Search Documentation: |
| Pack prolog_graphviz -- prolog/dot_html.pl |
Grammar taken from the GraphViz Web site:
cell: <TD> (text* | table | <IMG/>) </TD>
text : string
| <BR/>
| <FONT> text* </FONT>
| <I> text* </I>
| <B> text* </B>
| <U> text* </U>
| <O> text* </O>
| <SUB> text* </SUB>
| <SUP> text* </SUP>
| <S> text* </S>
row: <TR> cell ((<VR/>)? cells)? </TR>
table : <FONT> table </FONT>
| <TABLE> (row (<HR/>)?)* </TABLE>