T
thomas.porschberg
Hi XML-gurus,
imagine a provider of some information in XML format and
a client who reads this data.
Both sides share a XSD as a contract.
I think this is quite common.
Now the client wants to validate the XML data.
Unfortunatly the provider of the XML data is not able
to offer XSD access at a webserver
(e.g. he wants not afford the maintenance of a webserver)
and he wants also not refer to a XSD location at client side(e.g.
he has much clients with different local XSD locations).
However the offerer of the XML data is willing to refer to
a generic XSD placeholder in the XML which could the client map
to a XSD at a local webserver or to a XSD file at client side.
Is this possible ? If yes, a example/link would be great.
Or is it possible to omit the reference to the XSD entirly and
the client is still possible to validate the XML against a XSD
which is not refered within the XML ?
Again an example would fine.
Best regards,
Thomas
imagine a provider of some information in XML format and
a client who reads this data.
Both sides share a XSD as a contract.
I think this is quite common.
Now the client wants to validate the XML data.
Unfortunatly the provider of the XML data is not able
to offer XSD access at a webserver
(e.g. he wants not afford the maintenance of a webserver)
and he wants also not refer to a XSD location at client side(e.g.
he has much clients with different local XSD locations).
However the offerer of the XML data is willing to refer to
a generic XSD placeholder in the XML which could the client map
to a XSD at a local webserver or to a XSD file at client side.
Is this possible ? If yes, a example/link would be great.
Or is it possible to omit the reference to the XSD entirly and
the client is still possible to validate the XML against a XSD
which is not refered within the XML ?
Again an example would fine.
Best regards,
Thomas