XML 解析错误:格式不佳位置

火狐控制台报如题的错,请问如何解决:
原文件,百度富文本编辑器controller.jsp

 <%@ page language="java" contentType="text/html; charset=UTF-8"
    import="com.baidu.ueditor.ActionEnter"
    pageEncoding="UTF-8"%>
<%@ page trimDirectiveWhitespaces="true" %>
<%

    request.setCharacterEncoding( "utf-8" );
    response.setHeader("Content-Type" , "text/html");

    String rootPath = application.getRealPath( "/" );

    out.write( new ActionEnter( request, rootPath ).exec() );

%>

你确定报错位置不是:com.baidu.ueditor.ActionEnter?这可不是格式未知问题,是你缺少jar包问题吧!