Re: Defining schema of schema

Thanx for your reply !!!

But will you be able to define an instance XML doc or a schema starting
like this ???

In my Instance Document:
<my:ROOT
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation = "http://lucas.ucs.ed.ac.uk/test/ my.xsd"
   xmlns:my="http://lucas.ucs.ed.ac.uk/test/">


In another terms, it is easy to instanciate a schema and to produce a
XML document (that is an instance).
But is much more tricky to instanciate a schema and to produce another
schema, which will then be usable to produce the final XML document
(instance)

Do you know how to do this ?

jbg

Received on Friday, 2 November 2001 10:20:43 UTC