Hi Mike, Thanks, for ur response. Unfortunately, even if I cheat and get rid of that line something else will complain...I just tried, now it complains about bgcolor...what's next, right? so I'm looking at getting that WOOGNL, how would I switch from one parser to another, and where do I get this WOOGNL? We use Eclipse 3.3, Leopard, WO 5.4.3, is it possible to get WOOGNL with these specs?
Thanks a lot, Mersida --- 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, 2:11 PM That looks right ... you sure you're looking at the same page that the error is coming from? The quick fix is to jsut delete that line since it doesn't matter :), but that's sort of cheating. Incidentally, WOOGNL is totally independent of the rest of wonder, so you can choose to use it without bringing in any other dependencies. ms On Oct 17, 2008, at 1:27 PM, Mersida Kurti wrote: 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/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]
