DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20658>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20658
[PATCH] <esql:get-xml> got broken in M1 by removing XSPUtil.include
Summary: [PATCH] <esql:get-xml> got broken in M1 by removing
XSPUtil.include
Product: Cocoon 2
Version: Current CVS 2.1
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: Other
Component: core
AssignedTo: cocoon-dev@xml.apache.org
ReportedBy: Alfred.Nathaniel@swx.com
XSPUtil.include was considered not to be used anymore and removed in 2.1M1.
However, it is still called in esql.xsl and XSPs using <esql:get-xml> blow up
with compilation error.
Here the patch to replace it by the much simpler to use XSPUtil.includeString.
|