The parsing would need to be pretty simple for performance reasons, so
probably not full HTML parsing with funk tolerance. More likely simple
searches for
src="<url>" and href="<url> in easily recognizable tag patterns and similar
for CSS and JSON structures. If people have suggestions on the
implementation details Id love to hear them.

Im my experience trying to use Java's regex facility for this will probably
not meet the performance goals.

On Tue, May 6, 2008 at 8:40 PM, Brian Eaton <[EMAIL PROTECTED]> wrote:

>
> On Tue, May 6, 2008 at 6:31 PM, Louis Ryan <[EMAIL PROTECTED]> wrote:
> > In Shindig this would be a combination of Servlet filters and added code
> in
> > the ProxyHandler. I've already done a proof of concept implementation
> here
> > at Google. I'm hoping to get time to put together a patch that supports
> this
> > and add it to the Shindig JIRA for feedback.
>
> I guessed the answer would involve code. =)  I was curious about what
> the code does.  Are you parsing HTML looking for links, or is there
> more to it?
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "OpenSocial and Gadgets Specification Discussion" group.
> To post to this group, send email to
> [EMAIL PROTECTED]
> To unsubscribe from this group, send email to
> [EMAIL PROTECTED]
> For more options, visit this group at
> http://groups.google.com/group/opensocial-and-gadgets-spec?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>

Reply via email to