dbertoni    01/11/26 15:24:38

  Modified:    c/src/XSLT XSLTEngineImpl.cpp
  Log:
  Removed obsolete constants.
  
  Revision  Changes    Path
  1.127     +1 -9      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- XSLTEngineImpl.cpp        2001/11/19 20:15:52     1.126
  +++ XSLTEngineImpl.cpp        2001/11/26 23:24:38     1.127
  @@ -3252,7 +3252,6 @@
        theAttributeKeys[Constants::ATTRNAME_OUTPUT_METHOD] = 
Constants::TATTRNAME_OUTPUT_METHOD;
        theAttributeKeys[Constants::ATTRNAME_AMOUNT] = Constants::TATTRNAME_AMOUNT;
        theAttributeKeys[Constants::ATTRNAME_ANCESTOR] = Constants::TATTRNAME_ANCESTOR;
  -     theAttributeKeys[Constants::ATTRNAME_ARCHIVE] = Constants::TATTRNAME_ARCHIVE;
        theAttributeKeys[Constants::ATTRNAME_ATTRIBUTE] = 
Constants::TATTRNAME_ATTRIBUTE;
        theAttributeKeys[Constants::ATTRNAME_ATTRIBUTE_SET] = 
Constants::TATTRNAME_ATTRIBUTE_SET;
        theAttributeKeys[Constants::ATTRNAME_CASEORDER] = 
Constants::TATTRNAME_CASEORDER;
  @@ -3341,7 +3340,6 @@
   
        theElementKeys[Constants::ELEMNAME_DISPLAYIF_STRING] = 
Constants::ELEMNAME_DISPLAYIF;
        theElementKeys[Constants::ELEMNAME_EMPTY_STRING] = Constants::ELEMNAME_EMPTY;
  -     theElementKeys[Constants::ELEMNAME_EVAL_STRING] = Constants::ELEMNAME_EVAL;
        theElementKeys[Constants::ELEMNAME_CALLTEMPLATE_STRING] = 
Constants::ELEMNAME_CALLTEMPLATE;
        theElementKeys[Constants::ELEMNAME_TEMPLATE_STRING] = 
Constants::ELEMNAME_TEMPLATE;
        theElementKeys[Constants::ELEMNAME_STYLESHEET_STRING] = 
Constants::ELEMNAME_STYLESHEET;
  @@ -3364,13 +3362,7 @@
        theElementKeys[Constants::ELEMNAME_SORT_STRING] = Constants::ELEMNAME_SORT;
        theElementKeys[Constants::ELEMNAME_PI_STRING] = Constants::ELEMNAME_PI;
        theElementKeys[Constants::ELEMNAME_COMMENT_STRING] = 
Constants::ELEMNAME_COMMENT;
  -   
  -     theElementKeys[Constants::ELEMNAME_COUNTER_STRING] = 
Constants::ELEMNAME_COUNTER;
  -     theElementKeys[Constants::ELEMNAME_COUNTERS_STRING] = 
Constants::ELEMNAME_COUNTERS;
  -     theElementKeys[Constants::ELEMNAME_COUNTERINCREMENT_STRING] = 
Constants::ELEMNAME_COUNTERINCREMENT;
  -     theElementKeys[Constants::ELEMNAME_COUNTERRESET_STRING] = 
Constants::ELEMNAME_COUNTERRESET;
  -     theElementKeys[Constants::ELEMNAME_COUNTERSCOPE_STRING] = 
Constants::ELEMNAME_COUNTERSCOPE;
  -     
  +
        theElementKeys[Constants::ELEMNAME_APPLY_IMPORTS_STRING] = 
Constants::ELEMNAME_APPLY_IMPORTS;
        
        theElementKeys[Constants::ELEMNAME_EXTENSION_STRING] = 
Constants::ELEMNAME_EXTENSION;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to