Let's say that I have a string like this:
<Container type="" computers="0" users="15">
And I want to pull the value for computer and users out of there. What's the best way to do that? I know how I could program a couple explodes in there, but I thought maybe there's a better, cleaner way to do this.