Accessing PSVI info for non-document-root-elements 2003-02-21 - By Frank Jakop
Hello Xerces users,
I'm quite new in using Xerces and I've got one question: How can I access the PSVI infos for other elements than the root element. I tried the example in the FAQ (accessing PSVI via DOM) and it works well, but if I try the same and use a different element of the DOM-tree, no XSModel will be created. Say p.e. my XML file references a schema Z and looks like
[...] <ns:root> <class1 attr1="abcde"> ... </class1> <class2> ... </class2> </ns:root>
How can I access the PSVI info for <class1>?
Best regards
Frank
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|