After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 59991 - Redefinition of attribute-set does not work
Redefinition of attribute-set does not work
Status: VERIFIED DUPLICATE of bug 59757
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-09-04 08:27 UTC by Georg Bolz
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Georg Bolz 2001-09-04 08:27:28 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
Comment 1 Daniel Veillard 2001-09-10 19:58:56 UTC
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 ***
Comment 2 Daniel Veillard 2001-09-15 17:44:24 UTC
This should be closed by release 1.0.4,

 thanks,

Daniel