Hey all,

1) is there a way to access href using the attributes tag (or some other way of accessing the url)?

2) if not is there a way to replace the " around the tag with ' ?


Code:
<a href="hw3.php?config=&amp;pass=&amp;dpp=&amp;forecast=zandh&amp;config=&amp;place=victoria&amp;state=il&amp;country=us">		 Victoria, Illinois</a>
I'm trying to extract the url from a remote xml and have hit a stumbling point.. thanks for any feedback

Ryan