(file) Return to XmlParser.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/XmlParser.cpp between version 1.35 and 1.36

version 1.35, 2005/11/07 23:20:01 version 1.36, 2006/01/06 20:49:18
Line 158 
Line 158 
 // S    ::=    (#x20 | #x9 | #xD | #xA)+ // S    ::=    (#x20 | #x9 | #xD | #xA)+
 static inline int _isspace(char c) static inline int _isspace(char c)
 { {
     return CharSet::isSpace((Uint8)c);      return CharSet::isXmlWhiteSpace((Uint8)c);
 } }
  
 static Uint32 _REFERENCES_SIZE = (sizeof(_references) / sizeof(_references[0])); static Uint32 _REFERENCES_SIZE = (sizeof(_references) / sizeof(_references[0]));


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2