FalseAWS.MechanicalTurk.XMLParseErrorThere was an error parsing the XML question or answer data in your request. Please make sure the data is well-formed and validates against the appropriate schema. (1284779956270)Array00
Ben mekanik turk tüm e-postalar göndermek için çalışıyorum, ve ben bu göndermek için mtturk.lib.php kitaplığı kullanıyorum. Ben bunu üzerinden göndermek için "yeterince iyi biçimlendirilmiş" bu kodu yapacak bir fonksiyon vardır eminim, göndermek girişimi için urlencode ve htmlentitiesi çalıştı.
$thequestion = '<a href="linkgoeshere" target="_blank">click here</a>';
$QuestionXML = '<QuestionForm xmlns="http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionForm.xsd">
<Question>
<QuestionContent>
<Text>'.$thequestion.'</Text>
</QuestionContent>
<AnswerSpecification>
<FreeTextAnswer/>
</AnswerSpecification>
</Question>
</QuestionForm> ';