Getting SAX Parser attributes

aBoomrang 03

New Member
\[code\]<Details><propname key="workorderid">799</propname>\[/code\]How do i get 799 from workorderid useing SAXParing?when i use this code i get "workorderid" but not the value of workorderid\[code\]if(localName.equals("propname")){String workid = attributes.getValue("key");\[/code\]
 
Back
Top