Great! Thanks a billion, Sanford! I won't be able to test this until Wednesday, but be sure when I do so I'll be back here posting how it all came...
if this works I owe you so much! Thanks again for your guidance... Manuel On Oct 19, 12:26 am, Sanford Whiteman <[email protected]> wrote: > > I'm sorry for my ignorance, but how would that be done?? > > htmlElementsValid = new Element('div', { > html: htmlResponse.replace(/<(\/)?/g,'<$1mycustom:') > > }).getChildren(); > > Massage the invalid tags by prepending a custom namespace -- set the > child HTML of a new Element to the massaged string, creating a valid > Elements tree -- pull out the children of the new Element, leaving you > with a usable Elements. > > -- Sandy
