mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00

- support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
7 lines
129 B
C
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
|