Im experiencing issues trying to use GML in XMLTemplater.
Code:
{fme:get-xml-attribute("_conc")}
Works fine for
_conc = <xml:Point> ....... </xml:Point>
Prints nothing for
_conc = <gml:Point> ...... </gml:Point>
Perhaps this not supposed to work? In that cas is there a workaround?
Best regards