[
Lists Home |
Date Index |
Thread Index
]
7/9/2002 7:11:33 PM, Rob Griffin <Rob.Griffin@oz.quest.com> wrote:
>
> Yes there is. Parse the schema itself with a DOM parser and then access the
> DOM.
OK, but then you have to correlate the element in the instance with the type in
the schema, which strikes me as non-trivial in the general case (considering all
the the inheritance rules in WXS), although obviously pretty easy in the example given.
But the point is well-taken: if one keeps things reasonably simple, you can
"roll your own" support for this kind of thing rather than having to wait
for Apache or Microsoft to do it.
|