"Dr. Michael Treichel" wrote:
> We are having problems getting access to schema annotations using Xerces-J.
> The following code snipplet returns a null value for
> schema.getAnnotations():
Access to the annotations is not implemented yet.. Hopefully we will
have time to do it
Hi everyone!
We are having problems getting access to schema annotations using Xerces-J.
The following code snipplet returns a null value for
schema.getAnnotations():
Element root = document.getDocumentElement();
// retrieve PSVI for the root element
ElementPSVI rootPSVI = (ElementPSVI)root