You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/04/11 04:24:09 UTC

cvs commit: xml-xalan/c/src/XMLSupport FormatterToHTML.cpp

dbertoni    01/04/10 19:24:09

  Modified:    c/src/XMLSupport FormatterToHTML.cpp
  Log:
  Commented out unused parameter.
  
  Revision  Changes    Path
  1.54      +1 -1      xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
  
  Index: FormatterToHTML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- FormatterToHTML.cpp	2001/03/12 02:32:16	1.53
  +++ FormatterToHTML.cpp	2001/04/11 02:24:09	1.54
  @@ -829,7 +829,7 @@
   void
   FormatterToHTML::writeAttrURI(
   			const XalanDOMChar*		string,
  -			const XalanDOMString&	encoding)
  +			const XalanDOMString&	/* encoding */)
   {
   	// http://www.ietf.org/rfc/rfc2396.txt says:
   	// A URI is always in an "escaped" form, since escaping or unescaping a
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org