Is there any function which can be used to parse HTML tags (<a> or <img>)?! I need to parse a HTML image banner code to get the path to the image and tracking code for it. Thanks
True, some html can be parseable as XML, but it is pretty rare to find it, especially when you really need it, and if you do, at the very least you may need to rewrite the header line so the device doesn't reject it as "not xml".