As far as I understand it, the Wikipedia software converts the Wiki markup into HTML when the page is requested. So using your current method, you'll need to deal with the results.
A good place to start is the Mediawiki API. You can also use Text_Wikihttp://pear.php.net/package/Text%5FWiki to format the results retrieved via cURL.
