You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ro...@apache.org on 2001/03/05 09:15:04 UTC

cvs commit: xml-cocoon/xdocs svg-serializer.xml

rossb       01/03/05 00:15:04

  Modified:    xdocs    Tag: xml-cocoon2 svg-serializer.xml
  Log:
  Added a missing closing tag spotted by Chris Stevenson. XEmacs and PSGML mode was supposed to spot this sort of thing\!
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +3 -1      xml-cocoon/xdocs/Attic/svg-serializer.xml
  
  Index: svg-serializer.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/Attic/svg-serializer.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- svg-serializer.xml	2001/03/04 17:28:39	1.1.2.3
  +++ svg-serializer.xml	2001/03/05 08:15:01	1.1.2.4
  @@ -94,7 +94,9 @@
   						transcoder. The <code>type</code> argument specifies the type of
   						data to convert the <code>value</code> to. In this example the
   						string "#00FF00" is converted to a <code>Color</code> object, which
  -						is passed to the transcoder as the background colour to use.
  +						is passed to the transcoder as the background colour to
  +						use.
  +					</p>
   					<p>
   						For a list of the parameters available for each transcoder, refer to
   						the Batik API docs.