RE: how to retrieve psvi information from a parser

2004-12-10 Thread Alberto Massari
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

RE: how to retrieve psvi information from a parser

2004-12-09 Thread Lin Guo
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

Re: how to retrieve psvi information from a parser

2004-12-09 Thread Alberto Massari
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