Hi, I'm using the GetFeatureInfo to show some column values from a database. Everything works just fine.
But now I want to use html tags, such as <strong>, <em> and <br> for styling my output text. So I tried to write my content with the html syntax, like "<strong>some-strong-content</strong><br>normal-text<em>some-emphasized-text</em>", in a PostGIS column description (with datatype 'text'). Code snippet from my Getfeatureinfo html: ... <tr> <td>Content</td> <td>[description]</td> </tr> ... But the GetFeatureInfo do not interpret the html tags and write the exact column value (with all html tag). Is there a possibility to use html tags in a PostGIS database that are interpreted by MapServers GetFeatureInfo? OS: Debian GNU/Linux 7.8 (wheezy) kernel: 3.2.0-4-amd64 MapServer: 6.4 PostGIS: 1.5 Best regards, Sören Horn __________________ Landesvermessung und Geobasisinformation Brandenburg Dezernat 43 - GDI, Kontaktstelle, INSPIRE-Zentrale Herr Sören Horn Heinrich-Mann-Allee 103 - Haus 19, 14473 Potsdam Mail: [email protected]<mailto:[email protected]> Tel.: (03 31) 88 44 - 247 http://www.geobasis-bb.de<http://www.geobasis-bb.de/>
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
