Avatar

Level 4

Thanks David. I am not quite sure about the name of "mySchema". I don't use any custom schema. so I think my scheme is nms:recipient. So I replaced the below myscheme to nms:recipient?

var language = "EN";

  xtk.session.Write(<nms:recipient xtkschema="nms:recipient"

      language={ctx.vars.language}

      />);

I tested it above code, it didn't work. Could you please let me know if there is error in the above code?

Thanks again.

ED