What could be causing an XML Parsing Error: no element found?

前端 未结 15 1872
刺人心
刺人心 2020-12-20 11:49

I recently migrated an ASP site from my dev machine to a live server. All the pages except my FAQ page works just fine, but my FAQ brings up:

XML Parsing Er         


        
15条回答
  •  情深已故
    2020-12-20 12:37

    If you are calling a .vb or .cs script from a .aspx page and get this error, add the following code to the .aspx page. FireFox needs to some semblance of valid mark up apparently. This worked for me.

    
    
    
    

提交回复
热议问题