dbertoni 01/07/11 21:39:27 Modified: c/src/XSLT Constants.cpp Log: Added missing constant. Revision Changes Path 1.16 +1 -0 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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Constants.cpp 2001/02/27 19:06:39 1.15 +++ Constants.cpp 2001/07/12 04:39:25 1.16 @@ -513,6 +513,7 @@ const XalanDOMString& Constants::PSEUDONAME_ANY = ::PSEUDONAME_ANY; const XalanDOMString& Constants::PSEUDONAME_COMMENT = ::PSEUDONAME_COMMENT; +const XalanDOMString& Constants::PSEUDONAME_NODE = ::PSEUDONAME_NODE; const XalanDOMString& Constants::PSEUDONAME_OTHER = ::PSEUDONAME_OTHER; const XalanDOMString& Constants::PSEUDONAME_PI = ::PSEUDONAME_PI; const XalanDOMString& Constants::PSEUDONAME_ROOT = ::PSEUDONAME_ROOT;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
