WOLIPS HTML parser problem
WOLIPS HTML parser problem
- Subject: WOLIPS HTML parser problem
- From: James Kevin Eaves <email@hidden>
- Date: Fri, 02 May 2014 11:52:39 -0500
- Priority: normal
I am trying to port my old WebObjects to Wonder/WOLips and am getting errors in the HTML.
The error is that about the <WEBOBJECTS>, </WEBOBJECTS>, <DIV> and </DIV> tag is missing.
First, the code is correct. I think that the parser is not pairing the correct open and close tags.
I am using Eclipse 4.3.2 and Wolips 4.3.2.
I have a lot of DIV and /DIV tags that are inside of conditional WEBOBJECTS tags.
Here is the sample code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<WEBOBJECT NAME="HeaderSection"></WEBOBJECT>
<WEBOBJECT NAME=Body1>
<div id="wrapper">
<WEBOBJECT NAME="TopMenuSection"></WEBOBJECT>
<WEBOBJECT NAME="HASSideMenuConditional">
<div id="mainwrapper">
<WEBOBJECT NAME="SideMenu"></WEBOBJECT>
<div id="maincontent"> <---- ERROR Missing </div> tag
</WEBOBJECT>
<!-- Inform begin -->
<div id="maininfowrapper">
<! -- some code goes here -->
</div>
<!-- Inform end -->
<!-- Main end-->
<WEBOBJECT NAME="HASSideMenuConditional"> <---- ERROR Missing <WEBOBJECT> tag
</div> <!-- close maincontent>
</div> <!-- close mainwrapper>
</WEBOBJECT>
<WEBOBJECT NAME="BottomMenuSection"></WEBOBJECT>
</div><!--end wrapper--> <---- <div> start tag is not found
<WEBOBJECT NAME="FooterSection"></WEBOBJECT>
</WEBOBJECT> <---- <WEBOBJECT> start tag is not found
</html>
--
Kevin Eaves
<*}}}><
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden