[
Lists Home |
Date Index |
Thread Index
]
Doug Ransom wrote:
Has anyone defined an xlink:role and xlink:purpose to find a peice of code
(say a .NET component) that would validate an XML document? That would
allow the namespace designer to choose the method to validate the XML
document (i.e. VB, Schematron, Schema, or a combination).
----
There is a 'well known' document describing purposes related to software:
http://www.openhealth.org/RDDL/purposes/software
in which we could define:
http://www.openhealth.org/RDDL/purposes/software#validators
and the nature would label the appropriate code type. Would that do?
----
If an instance document were to be validated, the code might be like this:
v=new SomeObject("some-object-uri-defined-by-an-xlink")
v.Validate(InstanceDocument)
----
Jonathan
|