At 11.09 09/12/2004 -0500, Lin Guo wrote:
Oh, great! thank you!!
But in the second choice, there is no way to directly get an object of
PSVIElement(PSVIAttribute) ?
I remember that "XML Schema API" specifies interfaces for accessing PSVI
through ItemPSVI, ElementPSVI and AttributePSVI.
Hi Lin,
i
Title: Re: how to retrieve psvi information from a parser
Oh, great! thank you!!
But in the second choice, there is no way to
directly get an object of PSVIElement(PSVIAttribute) ?
I remember that "XML Schema API" specifies interfaces
for accessing PSVI through ItemPSVI, Eleme
At 10.37 09/12/2004 -0500, Lin Guo wrote:
In xerces-java, it is as simple as:
--
dbf.setNamespaceAware(true);
dbf.setValidating(true);
dbf.setAttribute("http://apache.org/xml/features/validation/schema";,
Boolean.TRUE);
dbf.set