Jason McIntosh: > I tried this on the text element inside the second xbl:template. Here > is what that whole shadow tree definition looks like now: > > <text xmlns:myNS="http://example.com"> > <xbl:content includes="myNS:label" /> > </text> > > Unfortunately, while the error has gone away, it's once again silently > failing to render the text. I've tried poking the XPath statement a > little, to no success.
Oh that would be because any unknown elements, like myNS:label, won’t be rendered. Using myNS:label/text() works. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
