| Author |
question about AttributeList interface
|
Lou Rappal
Greenhorn
Joined: Feb 14, 2002
Posts: 5
|
|
Hi XML gurus, I have a simple java program to parse a xml file like this.. <student id="123"> <name>Lou</name> </student> I need to create an attribute list and pass it to the this method... startElement (tagName, attrList) In this example, the first tagName is "student", and Attribute list is id="123". please tell me how to construct an attribute list and pass it.
|
 |
 |
|
|
subject: question about AttributeList interface
|
|
|