|
|||||||
| HTML Discussion and technical support for building, using and deploying HTML sites. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOExce
i am getting this parsing exception whenver i add some html code to my jsp. i am placing my jsp.
<%-- <%@ page language="java" contentType="text/html; charset=UTF-8" %> <%-- Imports the relevant KLI classes --%> <%@ page import = "com.wk.kli.*"%> <%-- Include the userAuthorization page to authorize the user --%> <%@ include file="/include/userAuthorization.jsp" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang = "en"> <!-- This includes header in the current jsp page. --> <jsp:include page = '<%= KLIPortalConst.JSPFiles.HEADER_PAGE %>' flush = "true"/> <jsp:include page = '<%= KLIPortalConst.JSPFiles.GLOBALNAV_PAGE %>' flush = "true"/> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 11"> <meta name=Originator content="Microsoft Word 11"> <link rel=File-List href="Terms%20and%20Conditions%20Litigation.com%20v.%20Feb%202007_files/filelist.xml"> <title>General Terms & Conditions</title> </head> <body lang=EN-US link=blue vlink=purple style='tab-interval:36.0pt'> <div class=Section1> <p class=MsoNormal align=center style='text-align:center'><span lang=EN-GB style='font-size:14.0pt;mso-bidi-font-size:10.0pt;font-family:"Trebuchet MS"'> </span></p> <p class=MsoNormal align=center style='text-align:center'><span lang=EN-GB style='font-size:14.0pt;mso-bidi-font-size:10.0pt;font-family:"Trebuchet MS"'> </span></p> <p class=MsoNormal align=left style='text-align:left'><span lang=EN-GB style='font-size:12.0pt;font-family:"Trebuchet MS"'>Terms and Conditions: <a href="http://www.kluwerlitigation.com/">www.KluwerLitigation.com</a> </span></p> <p class=MsoNormal><span lang=EN-GB style='font-family:"Trebuchet MS"'> </span></p> </div> <span lang=EN-GB style='font-size:8.0pt;mso-bidi-font-size:10.0pt;font-family: "Trebuchet MS";mso-fareast-font-family:"Times New Roman";mso-bidi-font-family: "Times New Roman";mso-ansi-language:EN-GB;mso-fareast-language:EN-US; mso-bidi-language:AR-SA'><br clear=all style='page-break-before:auto; mso-break-type:section-break'> </span> </div> </body> </html> whenever i place this html code in this jsp , i am getting parsing exception. please suggest . <div class=Section2> <h3><span lang=EN-GB style='font-family:"Trebuchet MS"'>1.<span style='mso-tab-count:1'></span>APPLICABILITY AND DEFINITIONS</span></h3> <p class=dgindent align=left style='text-align:left'><span lang=EN-GB style='font-family:"Trebuchet MS"'>1.1 The Agreement means the agreement between on the one hand Kluwer Law International bv ( “Licensor”) and on the other hand the customer (“Licensee”) on the basis of the Order Form as defined herein, the Acceptance as defined herein and the present Terms and Conditions. The Terms and Conditions shall apply on any offer or agreement with the exclusion of any terms and conditions used by the Licensee.</span></p> </div> |
|
#2
|
||||
|
||||
|
Well I'd start by having HTML Tidy de-microsoft the content then I'd ask about the WebLogic problem in a WebLogic support group.
__________________
Help Save Ana Why use Web Standards: Zeldman How (new): Castro How (experienced): Cederholm If you can only get one book and you're already HTML savvy then this is it: stylin' with CSS: A Designer's Guide Charles Wyke-Smith New Riders "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|