Mechanical Turk / Cmd line tools / Qualification / #set and #foreach in xml
问题 In the Amazon Mechanical Turk command line tools (I am using version: aws-mturk-clt-1.3.0), in one of the samples (site_filter_qual: "Website Filtering Qualification", file site_filter_qual.question), there is code that looks something like this: #set( $urls = [ "http://news.bbc.co.uk/", http://..., ...]) #foreach ( $url in $urls ) ... I am wondering : a) What is the language used here (it's not Perl and not PHP, right?); b) Where (on Amazon site or elsewhere) I could read about these