How to read expected child nodes of a given node from schema in PHP?
Posted
by MartyIX
on Stack Overflow
See other posts from Stack Overflow
or by MartyIX
Published on 2010-05-01T09:49:55Z
Indexed on
2010/05/01
9:57 UTC
Read the original article
Hit count: 203
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!
© Stack Overflow or respective owner