chistletoe1 wrote: > but I need to do various things like include or > import elements and complex types from the ISO schemas into the Relax > schemas and make the whole system validate. Can this be done? you can't mix and match XSD and RELAXNG, no. you'd have to statically convert the XSD to RELAX, which is not always easy.
alternatively (and now it gets tricksy), you can validate difference pieces of the document with different schemas in different languages. so you write an NVDL schema which says "validate stuff in namespace X against schema Y, stuff in namespace A against schema B". some people get this straightaway and love it, others recoil in horror. -- Sebastian Rahtz Information Manager, Oxford University Computing Services 13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431
