Mark Jaffe <[EMAIL PROTECTED]> wrote: > I am creating an HTML page in my build file, and writing a version > string into it. I got an error when I first executed this code: > <echo file="ps/html/version.tmpl" > > <html> >... >© >... ></echo> copy is not a known entity for the XML-parser. I think you'd better use a CDATA-section: <echo file="ps/html/version.tmpl" ><![CDATA[ <html> ... © ... ]]></echo> or use a template like Diane suggested. Stefan
- regexp mapper problem Suu Quan
- Ant not recognizing entity Mark Jaffe
- Re: Ant not recognizing entity Diane Holt
- Re: regexp mapper problem Stefan Bodewig
- Re: regexp mapper problem Diane Holt
- Re: regexp mapper problem Suu Quan
- Re: regexp mapper problem Diane Holt
- Re: regexp mapper problem Suu Quan
- Re: regexp mapper problem Mikko Kurki-Suonio
- Re: regexp mapper problem Stefan Bodewig