XML Validation error : EntityRef: expecting';'

前端 未结 4 1020
梦毁少年i
梦毁少年i 2021-01-31 08:03

  http://www.ezed.in/ezed/courseDemoIntroPage.do?courseId=COU10000000138003530&checkingCourseFrom=preLogin#.U2DcKvmSySo
         


        
4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 08:45

    I stumbled on the same problem today, if you are building the links with PHP you can use this function:

    htmlspecialchars();
    

    It will format the desired string for you to HTML chars so you can insert it as a .

提交回复
热议问题