You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/11/06 16:12:39 UTC

cvs commit: xml-xalan/c/Tests/Dom2Dom dom2dom.cpp

pauldick    01/11/06 07:12:39

  Modified:    c/Tests/Dom2Dom dom2dom.cpp
  Log:
  Fixed calls to FileUtility methods
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xalan/c/Tests/Dom2Dom/dom2dom.cpp
  
  Index: dom2dom.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Dom2Dom/dom2dom.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dom2dom.cpp	2001/08/08 15:34:29	1.2
  +++ dom2dom.cpp	2001/11/06 15:12:39	1.3
  @@ -268,7 +268,7 @@
   		const FileNameVectorType	dirs = f.getDirectoryNames(baseDir);
   
   		// Generate Unique Run id. (Only used to name the result logfile.)
  -		const XalanDOMString UniqRunid = f.GenerateUniqRunid();
  +		const XalanDOMString UniqRunid = f.generateUniqRunid();
   
   		// Defined basic constants for file manipulation 
   
  @@ -306,9 +306,9 @@
   
   					// Set up the input/output files.
   					const XalanDOMString  theXSLFile= baseDir + xMan + pathSep + files[i];
  -					const XalanDOMString  theXMLFile = f.GenerateFileName(theXSLFile,"xml");
  +					const XalanDOMString  theXMLFile = f.generateFileName(theXSLFile,"xml");
   					const XalanDOMString  theOutput =  outputRoot + xMan + pathSep + files[i]; 
  -					const XalanDOMString  theOutputFile = f.GenerateFileName(theOutput, "out");
  +					const XalanDOMString  theOutputFile = f.generateFileName(theOutput, "out");
   
   					// Use a Xerces Dom document to create the XSLTResultTarget. 
   					XalanDocument* domOut = parserLiaison.createDocument();
  
  
  

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