Oops, almost forgot! I should add --

On Mon, Sep 29, 2008 at 6:02 PM,  <[EMAIL PROTECTED]> wrote:
> So you can call Cajolers.parse(), from:
>
>  
> http://code.google.com/p/google-caja/source/browse/changes/ihab/public-interface/trunk/src/com/google/caja/cajole/Cajolers.java
>
> then get back a ParseTreeNode containing *all* your stuff ...

At this point, it's not clear whether this parse() operation will
fetch and inline URLs (e.g., those in <script src="">) since it does
not yet have access to the URI callback. If we were to move this
method to the Cajoler interface, and hence allow your URI callback to
be invoked during the parse() method, thus ensuring that we can indeed
build a complete tree of all your stuff, would you then be able to
satisfy your use case by simply calling parse() first, running your
own visitor, then calling cajole() on the results?

Ihab

-- 
Ihab A.B. Awad, Palo Alto, CA

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to 
http://groups.google.com/group/google-caja-discuss
To unsubscribe, email [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to