Bug 442097
| Summary: | libxslt-1.1.23 misinterprets the fedora comps-cleanup.xsl | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicolas Mailhot <nicolas.mailhot> | ||||||
| Component: | libxslt | Assignee: | Daniel Veillard <veillard> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-04-24 23:57:06 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 235706 | ||||||||
| Attachments: |
|
||||||||
|
Description
Nicolas Mailhot
2008-04-11 17:56:58 UTC
Created attachment 302228 [details]
the stylesheet
Created attachment 302229 [details]
the XML
Please provide the data when reporting bugs. I was able to reproduce the problem with this set. Seems there is a key initialization problem running xsltproc -v for the old and the new version, the old one was for example initializing -xsltInitCtxtKey: /comps/group evaluates to 141 nodes and /comps/group initialization can't be found in the new version. Seems there is a bug there, we are missing at least some key init. Daniel The data is in the same place as the stylesheet (the comps files in http://cvs.fedoraproject.org/viewcvs/comps/ ) Previous effects of the stylesheet have been recorded in cvs, for example between revision 1.319 and 1.320 of http://cvs.fedoraproject.org/viewcvs/comps/comps-f9.xml.in (xsltproc has tended to add an annoying empty xmlns attribute to the root element those past months, but that's probably another problem) Should be fixed with libxslt-1.1.23-2.fc9 Tested, works now. Real fix hit libxslt SVN head today, libxslt-1.1.24 should show up soon, Daniel |