GNOME Bugzilla – Bug 59991
Redefinition of attribute-set does not work
Last modified: 2009-08-15 18:40:50 UTC
I import a stylesheet (the website from norman walsh) and want to redefine a attribute-set like this: <xsl:import href="website/tabular.xsl"/> <xsl:attribute-set name="body.attributes"> <xsl:attribute name="bgcolor">#ABC9BA</xsl:attribute> </xsl:attribute-set> libxslt always use the attribute-set from norman and not mine. When I use the XSLT processor XT all works o.k. I think this should work with libxslt too. I found a TODO remark for this in file attribute.c! When will this feature be implemented? Thanks Georg Bolz
This seems a duplicate of bug 59757 http://bugzilla.gnome.org/show_bug.cgi?id=59757 I think the fix should work for you too Should be in next release. Daniel *** This bug has been marked as a duplicate of 59757 ***
This should be closed by release 1.0.4, thanks, Daniel