Hi, Thanks for your response. This is what I have, I thought this was well-formed html. We dont use Wonder, so I need to find a soln to this problem with this parser, I guess. I welcome any other suggestions. Thanks/
<html> <head> <meta name="generator" content="WOLips TemplateEngine Plug-in" ></meta> <title>Blah</title> </head> --- On Fri, 10/17/08, Mike Schrag <[EMAIL PROTECTED]> wrote: From: Mike Schrag <[EMAIL PROTECTED]> Subject: Re: WO 5.4 parser issues - help please To: "WebObjects Dev" <[email protected]> Date: Friday, October 17, 2008, 1:08 PM Like the error message says, you have a <meta> tag without a </meta> tag. WO 5.4's parser only parses well-formed component templates. Either switch to well-formed HTML or switch to WOOGNL from Wonder as your parser, which doesn't have this restriction. ms _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/muc154%40yahoo.com This email sent to [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
