Hey Stephen,
What do you mean? The link is written above. It is a link that is automatically generated by itop when I create a new brick. https://itop.prod.cz/itop/pages/exec.php/manage/itop-sw-overview?exec_module=itop-portal-base&exec_page=index.php&portal_id=itop-portal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I have a little problem with the URL attribute.
I have an extension with a field:
It's giving me an error:
EntityRef: expecting ';'
Specifically between the word exec_page and =index.php
Is there any way around this?
Thank you.
Hi Vasek,
Did you try to escape the
&
character as&
?Regards
Stephen
Hey Stephen,
What do you mean? The link is written above. It is a link that is automatically generated by itop when I create a new brick.
https://itop.prod.cz/itop/pages/exec.php/manage/itop-sw-overview?exec_module=itop-portal-base&exec_page=index.php&portal_id=itop-portal
I understand, but in XML there's characters that you need to escape like
<
,>
or&
.So your attribute declaration should look either like this:
or this:
Thank you Stephen. Second XML example is perfect.