XML parsing aide

Committer:
takashikojo
Date:
Sat Jun 27 10:35:34 2015 +0000
Revision:
1:ad5fd8c29c1f
Parent:
0:369a19fba8a4
XML parsing aide

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takashikojo 0:369a19fba8a4 1 #ifndef XMLAIDE_H
takashikojo 0:369a19fba8a4 2 #define XMLAIDE_H
takashikojo 0:369a19fba8a4 3
takashikojo 0:369a19fba8a4 4 const char *XML_getTag(const char *p, const char *name) ;
takashikojo 1:ad5fd8c29c1f 5 const char *XML_getElement(const char *p, char *element, int size);
takashikojo 0:369a19fba8a4 6
takashikojo 0:369a19fba8a4 7 #endif