Apps-Script-htmlparser2-library
Apps-Script-htmlparser2-library copied to clipboard
Get Output
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();