Re: Escape character in T5 container element

2011-06-14 Thread Fernando Benjamin
Thank you, that was the solution! Fernando On 14 June 2011 23:59, Josh Canfield wrote: > > I get an exception because of the c cedille, can someone show me how to > > escape characters? > > I believe this is because your template file is supposed to be a valid > XML document. You need to includ

Re: Escape character in T5 container element

2011-06-14 Thread Josh Canfield
> I get an exception because of the c cedille, can someone show me how to > escape characters? I believe this is because your template file is supposed to be a valid XML document. You need to include a declaration for your escape character. HTML 4 has ccedil so try including it's doctype. http:/