[EMAIL PROTECTED] wrote: > 1. Features and Properties of DOMParsers: > from the JAXP documentation: > > ********************************** > setAttribute > public abstract void setAttribute(java.lang.String name, > java.lang.Object value) > throws java.lang.IllegalArgumentException > > Allows the user to set specific attributes on the underlying implementation. > ************************* > > Because DOM defines no own features and properties these attributes are always >implementation dependent.
DOM Level 3 Load and Save module defines standard interfaces to load and save XML document. It also defines a set of load/save features. In Xerces2 beta4 we've provided a partial implementation of this module, thus you can use DOM defined features in JAXP setAttribute(): http://www.w3.org/TR/2001/WD-DOM-Level-3-ASLS-20011025/load-save.html http://xml.apache.org/xerces2-j/dom3.html -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
