D
dkacher
Hi -
I'm looking for a way to generate a list of the fully-qualified paths
to all of the leaf nodes in an XML Schema. The reason: I have a large
schema for which I'm building a transform stylesheet; I need to be sure
I've covered everything. With a list of the paths to all the leaves, I
can check off my progress.
Have you encountered a program that can generate such a list? Or any
pointers about how to approach it? It seems that there should be a
generic stylesheet to do this, but I don't know how to tackle it. The
schema that I want to analyze is complex -- it has many Type
definitions and references, and uses includes. Any pointers greatly
appreciated.
- Don
I'm looking for a way to generate a list of the fully-qualified paths
to all of the leaf nodes in an XML Schema. The reason: I have a large
schema for which I'm building a transform stylesheet; I need to be sure
I've covered everything. With a list of the paths to all the leaves, I
can check off my progress.
Have you encountered a program that can generate such a list? Or any
pointers about how to approach it? It seems that there should be a
generic stylesheet to do this, but I don't know how to tackle it. The
schema that I want to analyze is complex -- it has many Type
definitions and references, and uses includes. Any pointers greatly
appreciated.
- Don