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=26460>. 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=26460 [PATCH] DASLTransformer add substitute-value feature Summary: [PATCH] DASLTransformer add substitute-value feature Product: Cocoon 2 Version: Current CVS 2.1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] with this feature it's possible to pass value from sitemap that are substituted into a query. sitemap example: <map:transformer type="dasl"> <parameter name="repos" value="/repos/"> </map:transformer> query example: .... <D:href><substitute-value name="repos"/></D:href> .... This feature is like substitute-value of SQLTransformer
