How to read expected child nodes of a given node from schema in PHP?
- by MartyIX
I was wondering if there's an implementation of a XML schema reader that for an arbitrary node in XML schema provides list of nodes which are supposed to be present as child nodes of given node, restrictions on nodes and so on.
I'm planning to program it for my purposes but I would like to know if it isn't solved somewhere. I really need only a small subset what I described above.
Thanks for tips!