There's a couple of places in theme.xsl where it assumes there are no
user-defined classes when checking the @class attribute, eg
xhtml:label[@class = 'xforms-label']
This won't match if the class is 'my-custom-class xforms-label', for
example. These sorts of checks should be:
xhtml:label[tokenize(@class, ' ')= 'xforms-label']
Adrian
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws