Hi !
When using the JSON Templater, loading sub-templates using the xquery fme:process-features, I get an error when one of my json documents (generated by a previous JSON Templater) contains an ampersand (&)
Here is the error :
JSONTemplater_Annonce(XMLTemplaterFactory): invalid expression: syntax error, invalid character or entity reference "& ASSO..." in the string literal "CABINET PIERRE SMITH & ASSOCIES".
Could it consider the ampersand to be a reserved character of the xquery language even whitin double-quotes ?