In XML attribute values, some special characters like '&' and '<' must be escaped. You need to replace '&' by '&'.
More details can be found in section "Entity references" of: http://en.wikipedia.org/wiki/XML
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to use an CMD call like this:
<action type="shell-cmd" cmd="wget http://1.1.1.1/admin/cgi-bin/ipc_send.cgi?cmd=show_list&args=Test"/>
But when I start linknx not as a daemon I see in the command prompt that the "&" character isn't shown.
Should I have to use another Charset or what can I do ?
Thanks.
Regards.
Daniel
Hi,
In XML attribute values, some special characters like '&' and '<' must be escaped. You need to replace '&' by '&'.
More details can be found in section "Entity references" of:
http://en.wikipedia.org/wiki/XML
Regards,
Jean-François