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=11249>. 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=11249 Enable nested mapper element in style task Summary: Enable nested mapper element in style task Product: Ant Version: 1.5 Platform: PC OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I thought I had enter this request in May but I couldn't find it in bugzilla database so probably I did something silly during bug submitting procedure and it is lost... Anyways, my request is to enhance style task to allow nested mapper element. This request came from the way Apache HTTP server documentation project is naming XML documents. In that project, some documentations are written in XML and converted to XHTML by XSLT. In order for Apache HTTPD to recognize file extension and the file is properly content-negotiated, Japanese files are named *.xml.ja. We want the output XHTML file to be named *.html.ja.jis. Default conversion is to replace string after last dot with new extension so if we specifiy html.ja.jis as an extension, the name will be *.xml.html.ja.jis. This is not a desirable name. Nested mapper element will solve this problem. I'll attach the patch to implement it. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
