E
Ed Trembicki-Guy
Does anyone know of an existing tool or template to merge the contents
of a base schema and an extension schema that uses the <redefine> tag
to extend the base schema?
I need to extract a subset of a very large schema so that I can use it
with JAXB. I have created an xslt template to do this, and it works
as long as the entire schema is in one file. The trouble is, I need
to work with an extended schema, and xslt does not recognize the
<redefine> tag as anything special, so it does not know how to include
the contents of the base schema.
I can probably build a pre-processing template that uses the
document() function in order to produce a merged schema, but I'd
rather use something that's already out there and working.
TIA for any suggestions.
Regards,
Ed
of a base schema and an extension schema that uses the <redefine> tag
to extend the base schema?
I need to extract a subset of a very large schema so that I can use it
with JAXB. I have created an xslt template to do this, and it works
as long as the entire schema is in one file. The trouble is, I need
to work with an extended schema, and xslt does not recognize the
<redefine> tag as anything special, so it does not know how to include
the contents of the base schema.
I can probably build a pre-processing template that uses the
document() function in order to produce a merged schema, but I'd
rather use something that's already out there and working.
TIA for any suggestions.
Regards,
Ed