Hi,
I am using xerces-2_0_2 to parse an XML schema file the schema has other XML files included using the include element.
I want to try and get a DOM that contains all of the schema information from all the schema files. I have tried using the parsers in xerces to parse the top level schema file but when I serialize it to a string I can only see the information from the top level schema.
How can I get one DOM that shows me all of the schema details or how can I access the information from the other schemas schemas.
I need to acces all of the data from the schema to extract information.
I hope someone can help or at least point me in the right direction.
It would be really cool if someone could point me to a free tool that converts a schema into a valid XML instance document also and it would be excellent if that tool had the source code available.
If this is the wrong forum I am sorry but I really need some help with this one.
Thanks,
Richard Day
