Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

html

Basina Akash
Tera Contributor

give me the solution

 

<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
</j:jelly>
 
It gives the error like :
Error at line (3) The reference to entity "type_id" must end with the ';' delimiter.
 
What to do
2 REPLIES 2

Dr Atul G- LNG
Tera Patron

@Basina Akash 

 

 '<a href="' +link + '">' + 'Please click here to take Survey' + '</a>';

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

vermaamit16
Kilo Patron

Hi @Basina Akash 

 

Please change the line 3 to 

<a href="https://dev16.service-now.com/esc?id=take_survey&amp;type_id=e75e764a47d4021001062398c26d43ca"> survey link</a>

 

and try. When the parser sees "&", it thinks you have an encoded entity, and expects a terminating ";" ,thus the error.

 

Thanks & Regards

Amit Verma

Thanks and Regards
Amit Verma