Opened 15 years ago
Closed 15 years ago
#134 closed defect (fixed)
thesaurus / keyword autocompleter
Reported by: | fxp | Owned by: | fxp |
---|---|---|---|
Priority: | major | Milestone: | v2.4.1 |
Component: | General | Version: | v2.4.0 Final |
Keywords: | Cc: |
Description
Reported by Pierre Vernier: problems with thesaurus and the keyword list.
Patch from Richard Walker:
> XpathException : Unsupported HTML version 1.0
Well, the files:
- web/geonetwork/xsl/thesaurus-autosearchlist.xsl
- web/geonetwork/xsl/thesaurus-keywordlist.xsl
- web/geonetwork/xsl/thesaurus-search-results.xsl
each contain the line:
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/>
The fix is to remove version='1.0' from the xsl:output declaration.
Cause : Saxon and Xalan behaviour.
Note:
See TracTickets
for help on using tickets.
Trunk : Committed revision 4672.
2.4.x : Committed revision 4673.