[
Lists Home |
Date Index |
Thread Index
]
I had a question regarding PSVI - post schema validation infoset. I was
looking for this, and I found the following, please let me know if my
understandings are correct..
XML Infoset -- This is the basic infoset recommendation. This is for any
well-formed XML document, it there is a schema (they say DTD) associated
with that document, this info set just says that this schema is associated
with that document.
XML Schema Infoset -
http://www.research.ibm.com/XML/schema/WD-XML-Schema-Infoset-API-Req.htm
This seems to provide an interface for querying and modifying XML Schema.
Post Schema Validation Infoset - I did not really find information
regarding this. I am looking for a short tutorial for this, such as where
they expect this will be used, and also how PSVI works.
For example, let us consider a simple schema to see how PSVI works.
Book -> book (Title)
Title -> title (String)
and the document
<book><title>Intro to XML</title></book>
what is the PSVI for the above document?
thanks and regards - murali.
|