An E4X with single node returns its content when concatenated, in this
case ''.
Use XML#toXMLString or plain string.
<base href="..."/>.toXMLString() + ...
'<base href="..."/>' + ...
> By the way, can we inspect code in the windows with firebug?
Not in Ubiquity's panel, I guess. Though you could inspect it by
opening in new window instead of inserting into the preview block.
Try:
Utils.openUrlInBrowser('data:text/html,'+ htm);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ubiquity-firefox" 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/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---