You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/05/05 21:20:11 UTC

cvs commit: xml-xalan/c/samples/ExternalFunction ExternalFunction.cpp

dleslie     00/05/05 12:20:10

  Modified:    c/samples/ExternalFunction ExternalFunction.cpp
  Log:
  Replaced DOMString with XalanDOMString.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/c/samples/ExternalFunction/ExternalFunction.cpp
  
  Index: ExternalFunction.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/ExternalFunction/ExternalFunction.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExternalFunction.cpp	2000/05/01 14:57:49	1.1
  +++ ExternalFunction.cpp	2000/05/05 19:20:09	1.2
  @@ -294,8 +294,8 @@
   			// Our input files...
   			// WARNING!!! You may need to modify these absolute paths depending on where
   			// you've put the Xalan sources.
  -			const DOMString		theXMLFileName("foo.xml");
  -			const DOMString		theXSLFileName("foo.xsl");
  +			const XalanDOMString		theXMLFileName("foo.xml");
  +			const XalanDOMString		theXSLFileName("foo.xsl");
   
   			// Our input sources...
   			XSLTInputSource		theInputSource(c_wstr(theXMLFileName));