Apps-Script-htmlparser2-library icon indicating copy to clipboard operation
Apps-Script-htmlparser2-library copied to clipboard

Get Output

Open linglung opened this issue 6 years ago • 0 comments

Sorry for a noob question, but i don't get any documentations to parse from xml or html source through url fetch?

var url ="xxxxxxx"; var xml = UrlFetchApp.fetch(url).getContentText() parser.write(xml); <======== i can't understand how to parsing here parser.end();

linglung avatar Oct 17 '18 10:10 linglung