Hi kstubs. This is something I'm experimenting with as well.
I think that it requires the creation of a document fragment and then adding that fragment to the DOM of the existing page. It seems that XML is automatically parsed to the DOM but HTML has to be parsed manually with a custom function. The on alternative I know of is loading a file and using the built in parse function ( can't remember the exact name of the file). On Apr 2, 11:20 pm, kstubs <[email protected]> wrote: > I have a simple Ajax.Request that fetches an html page from my site. I'd > like to parse the html, preferably I'd like to use prototype selectors to > get at specific elements and content. Is this possible? > > Karl.. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
