Hi all,

I am currently engaged in implementing XPointer functionality into the
existing XInclude code by Peter McCracken, and I have an issue with XML
schema support I would really like some help with.  In fact, any assistance
would be gratefully received.

XPointer has a shorthand syntax which locates and includes an element by its
id.  So I need to be able to determine the attribute that is a
schema-determined ID, or a DTD-determined ID.

This is confused that XML containing XIncludes can't be validated until
*after* the XInclude has assembled the aggregate document.  Sadly,I need the
schema to be able to evaluate the XPointer shorthand to be able to assemble
the aggregate document.

I believe that this means that I need to pre-load the document schema,
always assuming that it has one.  That's where I come a bit unstuck.

I've seen XMLSchemaLoader, and I'm trying to decypher how to use it.
Ideally what I think I would like to do is to pre-load the XML schema in
some convenient place that the schema validator can later find it from.  Is
there such a place?

Is XMLSchemaLoader the right place to start?



Thanks in advance
Dean

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to