Hello, I have an application that I am working on. The parcel id is in a xx.xxx.xxx.x format, however I need to change the format to xx-xxx-xxx-x for an external tax database application. I will not be updating the data, and therefore I will need to make this change through code. I have worked on previous applications using java. For example I would use parcel = ( this.substring(0,2) + "-" + this.substring(3,9). However, unless I am wrong, mapserver does not appear to pass javascript through templates.
Is there a way that I can convert the format of numbers directly in the template? Thanks Mark Volz GIS Specialist
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
