Ignore:
Timestamp:
01/21/14 09:40:14 (10 years ago)
Author:
ymipsl
Message:

Enhancement :

  • Improving error message occuring along the xml parsing : position (line number, column) is now indicated
  • New executable : parse_xml.exe : parse the xml files and reports potential error

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/xml_parser.hpp

    r352 r462  
    1919            static void ParseFile(const StdString & filename); 
    2020            static void ParseString(const StdString & xmlContent); 
    21             static void ParseStream(StdIStream & stream); 
     21            static void ParseStream(StdIStream & stream, const string& fluxId); 
    2222            template <class T> 
    23                static void ParseInclude(StdIStream & stream, T & object); 
     23               static void ParseInclude(StdIStream & stream, const string& fluxId, T & object); 
    2424 
    2525      }; //class CXMLParser 
Note: See TracChangeset for help on using the changeset viewer.