I'm trying to write a JSP/XSL based xml editor for our project. For some time I've been actually parsing the schema externally and looking up the info needed to determine what attributes and child elements can be contained within an xml element in my editor.

I just started to read about PSVI and DOM Level 3 validation, http://www.w3.org/TR/DOM-Level-3-Val/

I'm starting to think it might be possible to use this info while generating my editor interface to provide the information I've described above. Is this logical? Do others agree? OR do the developers agree with this type of usage? Whats tha maturity of DOM 3 Validation and whats its relation to Xerces PSVI?

thanks!
Mark Diggory
Harvard MIT Data Center


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to