YQL parsing issue with both JSON and XML

zeeo

New Member
I am trying to parse a page using YQL. A HTML table is being parsed. The issue is that YQL adds HTML "p" tag by itself whereas it is not included in the original HTML. What should be done so that the YQL should not return the HTML.The YQL query can be seen here.If one looks in the td tag such as below there is a p tag included where as in original html can be seen here does not have a p tag in table html. \[code\]<tr> <td class="ttl"> <a href="http://stackoverflow.com/questions/11939483/#" onclick="helpW('h_weight.htm');">Weight</a> </td> <td class="nfo"> <p>169 g</p> </td></tr>\[/code\]
 
Top