[Greasemonkey] GM 0.6.2 no workie

Aaron Boodman zboogs at gmail.com
Wed Nov 30 22:36:02 EST 2005


Eek, I dropped xml-extras in favor of security. There were no other options.

I just realized that e4x is enabled in user scripts. You can use that
instead of XMLParser/Serializer. It's more fun anyway :-)

alert(new XML("<foo/>").toXMLString());

Sorry for the changes. This is for the best long term. And the bug
which will give us back xmlextras is being fixed
(https://bugzilla.mozilla.org/show_bug.cgi?id=318489) and will be in
the next point release of Firefox.

- a

On 11/30/05, Gareth Andrew <freega at freegarethandrew.org> wrote:
> <snip>
> > * Ship without xml-extras support. Authors could still make requests
> > using GM_xmlhttpRequest and xpath searches using document.evaluate().
> > They wouldn't be able to construct new XMLDocuments or use lower-level
> > xpath interfaces, but I don't know of anyone doing that in
> > Greasemonkey right now.
> <snip>
>
> I'd be opposed to a change that drops xml-extras support.  I use
> XMLSerializer and XMLParser quite extensively when connecting to
> web-services.  There are probably other ways to do what I do, but
> xml-extras is a pretty cool feature and I'd hate to see support for them
> disappear.
> Actions speak louder than words, so I'll get my thinking cap on.
>
> Gareth.
>
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>


More information about the Greasemonkey mailing list