Does curl support javascript, ASP, XML, XHTML or HTML version Y?
160 161 To curl, all contents are alike. It doesn’t matter how the page was 162 generated. It may be ASP, PHP, perl, shell-script, SSI or plain 163 HTML-files. There’s no difference to curl and it doesn’t even know what kind 164 of language that generated the page. 165 166 Javascript is slightly different since that is code embedded in the HTML 167 that is sent for the client to interpret and curl has no javascript 168 interpreter. 169 graydon 1.