]> granicus.if.org Git - graphviz/commitdiff
Add information on the use of id= in svg, vml, cmapx, etc.
authorerg <devnull@localhost>
Fri, 19 Sep 2008 15:50:59 +0000 (15:50 +0000)
committererg <devnull@localhost>
Fri, 19 Sep 2008 15:50:59 +0000 (15:50 +0000)
doc/info/output.html
doc/infosrc/output.2 [new file with mode: 0644]
doc/infosrc/outputs

index 678624ad9b66887e82b47ba6a9960613e8bdc854..01358fb0daa5d1ba79a81434f396b500b565b4c1 100644 (file)
@@ -242,6 +242,8 @@ Version info:
 mostly identical to cmapx, but the latter is well-formed XML amenable
 to processing by XML tools. In particular, the cmapx output is wrapped in
 &lt;map&gt;&lt;/map&gt;.
+<P>
+See <A HREF=#ID>Note</A>.
 
 <DT><A NAME=d:dia HREF=#a:dia><STRONG>dia</STRONG></A>
 <DD>Produces <A HREF="http://www.gnome.org/projects/dia/">Dia</A> output.
@@ -327,6 +329,8 @@ it will be replaced by
 the <A HREF=attrs.html#d:headlabel>headlabel</A>, if defined.
 The analogous result holds for the tailURL and the
 <A HREF=attrs.html#d:taillabel>taillabel</A>.
+<P>
+See <A HREF=#ID>Note</A>.
 
 <DT><A NAME=d:imap_np HREF=#a:imap_np><STRONG>imap_np</STRONG></A>
 ,<DT><A NAME=d:cmapx_np HREF=#a:cmapx_np><STRONG>cmapx_np</STRONG></A>
@@ -488,6 +492,8 @@ as a base, such that relative URLs on nodes are derived from it.
 ,<DT><A NAME=d:svgz HREF=#a:svgz><STRONG>svgz</STRONG></A>
 <DD>Produce <A HREF="http://www.adobe.com/svg/">SVG</A> output,
 the latter in compressed format.
+<P>
+See <A HREF=#ID>Note</A>.
 
 <DT><A NAME=d:tga HREF=#a:tga><STRONG>tga</STRONG></A>
 <DD>Produces <A HREF="http://en.wikipedia.org/wiki/Truevision_TGA">Targa</A> output.
@@ -500,6 +506,8 @@ the latter in compressed format.
 ,<DT><A NAME=d:vmlz HREF=#a:vmlz><STRONG>vmlz</STRONG></A>
 <DD>Produces <A HREF="http://www.w3.org/TR/NOTE-VML">VML</A> output,
 the latter in compressed format.
+<P>
+See <A HREF=#ID>Note</A>.
 
 <DT><A NAME=d:vrml HREF=#a:vrml><STRONG>vrml</STRONG></A>
 <DD>Outputs graphs in the <A HREF="http://www.vrml.org/">VRML</A> format.
@@ -529,3 +537,15 @@ mobile computing.
 <HR>
 </BODY>
 </HTML>
+
+<HR>
+<H2>Notes</H2>
+<OL TYPE="1">
+<LI>
+<A NAME=ID>In certain text-based formats, the output generates
+'id="xxx"' properties for clusters, nodes, edges, and 
+html-cells.
+
+At the moment the id doesn't distinguish between multiedges in 
+non-strict graphs.
+</OL>
diff --git a/doc/infosrc/output.2 b/doc/infosrc/output.2
new file mode 100644 (file)
index 0000000..9f2640e
--- /dev/null
@@ -0,0 +1,12 @@
+
+<HR>
+<H2>Notes</H2>
+<OL TYPE="1">
+<LI>
+<A NAME=ID>In certain text-based formats, the output generates
+'id="xxx"' properties for clusters, nodes, edges, and 
+html-cells.
+
+At the moment the id doesn't distinguish between multiedges in 
+non-strict graphs.
+</OL>
index 853c027027f7dc43137066889a49c97754fa60b6..f8162e21be31b46b88c2bd1aff39ac5df209a469 100644 (file)
@@ -69,6 +69,8 @@ Produces map files for client-side image maps. The cmap format is
 mostly identical to cmapx, but the latter is well-formed XML amenable
 to processing by XML tools. In particular, the cmapx output is wrapped in
 &lt;map&gt;&lt;/map&gt;.
+<P>
+See <A HREF=#ID>Note</A>.
 :imap/cmapx:Server-side and client-side imagemaps
 Produces map files for server-side and client-side image maps,
 These can be used in a web page with
@@ -123,6 +125,8 @@ it will be replaced by
 the <A HREF=attrs.html#d:headlabel>headlabel</A>, if defined.
 The analogous result holds for the tailURL and the
 <A HREF=attrs.html#d:taillabel>taillabel</A>.
+<P>
+See <A HREF=#ID>Note</A>.
 :imap_np/cmapx_np:Server-side and client-side imagemaps
 These are identical to the imap and cmapx formats, except they
 rely solely on rectangles as active areas.
@@ -148,6 +152,8 @@ Outputs graphs in the FIG graphics language.
 :svg/svgz:Scalable Vector Graphics
 Produce <A HREF="http://www.adobe.com/svg/">SVG</A> output,
 the latter in compressed format.
+<P>
+See <A HREF=#ID>Note</A>.
 :canon/dot/xdot:DOT
 These formats produce output in the
 <A HREF=lang.html>dot language</A>.
@@ -371,6 +377,8 @@ Produces <A HREF="http://www.libtiff.org/">TIFF</A> output.
 :vml/vmlz: Vector Markup Language (VML)
 Produces <A HREF="http://www.w3.org/TR/NOTE-VML">VML</A> output,
 the latter in compressed format.
+<P>
+See <A HREF=#ID>Note</A>.
 :gtk: GTK canvas
 Creates a <A HREF="http://www.gtk.org/">GTK</A> window and displays the output there.
 :xlib: Xlib canvas