Re: XML result of Schema validation

> I was really looking to find whether or not an enforced relationship exists between > the PSVI and the XPath data model for XSLT 1.0. I appreciate the help.

>From what I gather from the specs, I understand the following..

With XSLT 1.0/XPath 1.0, the XML parser generates an XML Information
Set. The Information Set is then transformed into a data model
instance. The PSVI does'nt come into picture. PSVI has relevance only
in XPath 2.0. In XPath 2.0, following sequence takes place:
XML document --> XML Information Set --> (if schema validation
happens) --> PSVI --> Data model instance

> I had a related question: Is there a recommendation for an XML
> representation of the PSVI?

I think XPath 2.0 spec does'nt recommend any particular internal
representation of PSVI.

Regards,
Mukul

Received on Monday, 24 April 2006 17:10:04 UTC