php-src/ext/soap/php_schema.h
Dmitry Stogov 67886b8321 XML Schema support
- support for <element> 'ref' attibute was implemented
  - support for inline types
  - support for <list> and <union> (incompleate)
2004-01-20 16:30:38 +00:00

7 lines
129 B
C

#ifndef PHP_SCHEMA_H
#define PHP_SCHEMA_H
int load_schema(sdlPtr sdl, xmlNodePtr schema);
int schema_pass2(sdlPtr sdl);
#endif