Hi list, is there a way to just get the following HTML out of a WMS GetFeatureInfo request:
<table> <tr> <td>MyAttributeName</td> <td>MyAttributeValue</td> </tr> <tr> <td>MyAttributeName</td> <td>MyAttributeValue</td> </tr> </table> *without* specifying the names of the columns explicitly in the template? Best regards, Bart
