Is there a specific module or tool I can use to pa...
# suitescript
a
Is there a specific module or tool I can use to parse html in a server side script? I want to do
getElementsByClassName
, but document and DOMParser both aren't available in a server side script. I see the
N/xml
has something for parsing but I am trying to parse html not xml