Re: Schema annotations

2003-01-14 Thread Elena Litani
"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

Schema annotations

2003-01-14 Thread Dr. Michael Treichel
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