Re: [mapserver-users] ascii code in a .map file

2010-11-16 Thread Paul Ramsey
You have to not put the HTML entities in your data statement. P. On Tue, Nov 16, 2010 at 9:20 AM, rafacabanas wrote: > > Hello, > I have a .map file which access to a postgres data base. The select query > contains an ascii code character representing the " symbol. For example: > > SELECT * FROM

[mapserver-users] ascii code in a .map file

2010-11-16 Thread rafacabanas
Hello, I have a .map file which access to a postgres data base. The select query contains an ascii code character representing the " symbol. For example: SELECT * FROM& # 3 4 ; table_name & # 3 4 ; instead of SELECT * FROM "table_name" Mapserver doesn't show the layer and when checki