DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35674>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35674 Summary: style task with cvschangelog not escaping '&' characters in entry / file / name elements Product: Ant Version: 1.6.1 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I have a directory name on Windows with spaces, a '&' character, a '%' character, and a ',' character in the name (don't ask, I didn't create it). The entry in the changelog xml file looks like: <entry> <date>2005-05-03</date> <time>15:33</time> <author><![CDATA[username]]></author> <file> <name>foo/bar/37400 Al-7075/37451 7079-T7 & T76 100 % HUMIDITY, RT/37451.txt</name> <revision>1.3</revision> <prevrevision>1.2</prevrevision> </file> The XSL stylesheet processor complains about the '&' character. There should probably be appropriate character escaping somewhere. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]