I can add attributes to XML but I didn't see anyway to retreive the values.
ElementAttributes has:
Enumeration attributes ()
boolean hasAttribute (String attr)
but no
Object getAttribute (String attr) // to get the attribute value
attributes() returns only the names of the attributes, not the value
am I missing something or is this an oversight ?
Roger Talkov
[EMAIL PROTECTED]
Compaq Computer Corporation
DECwest Engineering (ZSO)
425-865-8782
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]