Subj : Rhino E4X bug or feature? To : netscape.public.mozilla.jseng From : Olinda Spider Date : Wed Jul 20 2005 10:06 am XML prototype functions are not found when executed in a with block, the following code reproduces the issue. Is the a bug or a feature? xml = c b1 = xml.child('b') // this works with (xml) { b2 = child('b') // this does not work } Pat .