Subject: RE: XSLT extention problem
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 5 Dec 2007 11:42:49 -0000
|
> Previously, I try to write like this:
>
> <xsl:apply-templates select="@*[not(@WIDTH and @HEIGHT)]"/>
>
> But it does not work.
Yes, that's clearly wrong. Attributes do not have attributes.
Your conjecture about ImageIcon might be correct, I don't know. There's a
"MediaTracker" object involved. As I say, I'm a little bit surprised to see
Swing classes invoked in this way, but I've no idea where the problems come
from.
Michael Kay
http://www.saxonica.com/
|