WebKit eating <SCRIPT language="XML"> goodness
WebKit eating <SCRIPT language="XML"> goodness
- Subject: WebKit eating <SCRIPT language="XML"> goodness
- From: Roy Lovejoy <email@hidden>
- Date: Mon, 2 Feb 2004 17:18:25 -0500
urgent!!!
I'm updating an app that uses net registration (customers' website).
It HAD been scripting IE <shudder>, and now everything SEEMS to be
going well with WebKit-
HOWEVER, the main nugget that I need to extract from the HTML of the
final page
is some xml data between a set of <SCRIPT language="XML"> </SCRIPT>
tags..
comparing the html from IE, and the html from webkit, the ONLY
difference is guess what?
The XML is GONE from the webkit stream, tapped from:
- (void)webView:(WebView *)sender resource:(id)identifier
didFinishLoadingFromDataSource:(WebDataSource *)dataSource
WebKit filters out the chunk of XML I desperately need to finish this..
Is there some config message somewhere that triggers it NOT to filter
this?
(or just see the virgin html stream?)
or better yet, a 'pure stream' delegate??
thanks in advance.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.