I'm wondering if there is a better way to read an HTML element using X++. I'm able to use System.Net.WebClient and System.IO.StreamReader to specify a localized webpage and read in the html file as a string. Then, using StrScan I can find the specific element beginning and end positions to parse out the string from the specific HTML element I'm looking for. This works, but seems clumsy.
I'm wondering if there is a better, more succinct way to specify a http website and pull a specific element out of that page in X++. I can make it work as is, but I'd prefer to make it work better. Any thoughts?
*This post is locked for comments
I have the same question (0)