• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WebKit eating <SCRIPT language="XML"> goodness
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Sliding views
  • Next by Date: Re: constants? strings? what do i wrong?
  • Previous by thread: Re: Strange character transformation
  • Next by thread: New DTS Q&A: "Shearing a Coordinate Space with NSAffineTransform"
  • Index(es):
    • Date
    • Thread