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

support for content model (<sequence>,<all>,<choice>) support for top-level <group> support for <group> 'ref' attribute support for content model encoding/decoding (incomplete) support for attribute encoding/decoding (incomplete) support for <attribute> with inline anonymous <simpleType>
8 lines
159 B
C
8 lines
159 B
C
#ifndef PHP_SCHEMA_H
|
|
#define PHP_SCHEMA_H
|
|
|
|
int load_schema(sdlPtr sdl, xmlNodePtr schema);
|
|
int schema_pass2(sdlPtr sdl);
|
|
int schema_pass3(sdlPtr sdl);
|
|
|
|
#endif
|