Looks like my HTML and XML got stripped and/or interpreted.


----- Original Message ----
From: "eric.jung@yahoo.com"
To: dev-extensions@lists.mozilla.org
Sent: Thursday, December 28, 2006 3:38:13 PM
Subject: Re: XUL question

Neil,

I am trying to create a hyperlink in the middle of non-hyperlinked text; i.e., theHTML-equivalent to:

If you are Neil, click this'>http://foo.com">thisnow
.

(This is known as "mixed content" in XML-speak)

Is this a reasonable XUL-equivalent?

If you are Neil, click this now.

Note the style added to is there because there is no style used by default except "cursor: pointer;". I don't know why.

Thank you,
Eric

----- Original Message ----
From: Neil Deakin
To: dev-extensions@lists.mozilla.org
Sent: Wednesday, December 27, 2006 10:39:29 PM
Subject: Re: XUL question

eric.jung@yahoo.com wrote:
> OK, well since and