Hi everybody! I'm new to this list and quite new to the whole xml stuff so please forgive if this question sounds stupid to you. I want to write an application that allows guided editing of xml files, this means the xml file can only be manipulated by the user according to a given xsd schema. For this it would be nice to make use of the features of the package org.apache.xerces.dom3.as ( http://xml.apache.org/xerces2-j/javadocs/dom3-api/index.html ) But as far as i can tell these features are not really implemented? the domImpl.hasFeature("AS-DOC","") returns false, so i guess i cannot use this functionality... Why are all the classes deprecated? Is there something similar i can use? btw. i have downloaded xerces from cvs and compiled with the task jars-dom3 to gain access to the dom 3 features.. Thanx for your time, tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]