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));
  
  
  

Reply via email to