vineetkeshari / cs373-xml

CS W373 : Software Engineering : Project 2
0 stars 0 forks source link

Use ElementTree methods #19

Closed vineetkeshari closed 11 years ago

vineetkeshari commented 11 years ago

Use ElementTree methods wherever possible instead of manually writing code.

vineetkeshari commented 11 years ago

Changed manual search of children to Element.find() No other changes possible.