Re: [xml-dev] PSVI formalization

From
Joe English <>
To
Date
2002-05-09T21:33:27Z
ID
<>
Thread
Re: [xml-dev] PSVI formalization
Dare Obasanjo wrote:

> All this talk of PSVI leads me to ask one question. Who has actually
> implemented the PSVI? Sorry, my mistake. I should astart with, who has
> implemented the XML infoset?

Any parser with a SAX driver implements it.  Any DOM or DOM-like
library implements it.

I've implemented XML infosets myself, several times in fact.
(Although never the complete collection of information items
listed in the Infoset REC; there have always been a few bits
that were irrelevant to the implementation and left out.)


--Joe English