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

cvs commit: xml-xalan/c/src/XSLT Constants.cpp Constants.hpp

jdonohue    00/04/20 11:23:41

  Modified:    c/src/XSLT Constants.cpp Constants.hpp
  Log:
  Removed obsolete constants
  
  Revision  Changes    Path
  1.5       +0 -2      xml-xalan/c/src/XSLT/Constants.cpp
  
  Index: Constants.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Constants.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Constants.cpp	2000/04/12 19:40:55	1.4
  +++ Constants.cpp	2000/04/20 18:23:40	1.5
  @@ -212,9 +212,7 @@
   const XalanDOMString		Constants::ELEMNAME_NUMBER_STRING(XALAN_STATIC_UCODE_STRING("number"));
   const XalanDOMString		Constants::ELEMNAME_OTHERWISE_STRING(XALAN_STATIC_UCODE_STRING("otherwise"));
   const XalanDOMString		Constants::ELEMNAME_OUTPUT_STRING(XALAN_STATIC_UCODE_STRING("output"));
  -const XalanDOMString		Constants::ELEMNAME_PARAMVARIABLE_OLD_STRING(XALAN_STATIC_UCODE_STRING("param-variable"));
   const XalanDOMString		Constants::ELEMNAME_PARAMVARIABLE_STRING(XALAN_STATIC_UCODE_STRING("param"));
  -const XalanDOMString		Constants::ELEMNAME_PARAM_STRING(XALAN_STATIC_UCODE_STRING("param"));
   const XalanDOMString		Constants::ELEMNAME_PI_OLD_STRING(XALAN_STATIC_UCODE_STRING("pi"));
   const XalanDOMString		Constants::ELEMNAME_PI_STRING(XALAN_STATIC_UCODE_STRING("processing-instruction"));
   const XalanDOMString		Constants::ELEMNAME_PRESERVESPACE_STRING(XALAN_STATIC_UCODE_STRING("preserve-space"));
  
  
  
  1.7       +0 -2      xml-xalan/c/src/XSLT/Constants.hpp
  
  Index: Constants.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Constants.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Constants.hpp	2000/04/12 19:40:56	1.6
  +++ Constants.hpp	2000/04/20 18:23:40	1.7
  @@ -217,7 +217,6 @@
   	static const XalanDOMString	ELEMNAME_NSALIAS_STRING;
   	static const XalanDOMString	ELEMNAME_NUMBER_STRING;
   	static const XalanDOMString	ELEMNAME_OTHERWISE_STRING;
  -	static const XalanDOMString	ELEMNAME_PARAM_STRING;
   	static const XalanDOMString	ELEMNAME_PRESERVESPACE_STRING;
   	static const XalanDOMString	ELEMNAME_ROOT_STRING; // pattern-by-example support
   	static const XalanDOMString	ELEMNAME_SORT_STRING;
  @@ -239,7 +238,6 @@
   	static const XalanDOMString	ELEMNAME_COMPONENT_STRING;
   	static const XalanDOMString	ELEMNAME_CSSSTYLECONVERSION_STRING;
   	static const XalanDOMString	ELEMNAME_OUTPUT_STRING;
  -	static const XalanDOMString	ELEMNAME_PARAMVARIABLE_OLD_STRING;
   	static const XalanDOMString	ELEMNAME_PARAMVARIABLE_STRING;
   	static const XalanDOMString	ELEMNAME_PI_OLD_STRING;
   	static const XalanDOMString	ELEMNAME_PI_STRING;