Skip to main content

Hello,

I have a XML file with a GML geometry inside (in attach). Moreover I have the XSD file (named: CensusTechSheet).

Can I read that file with FME? I suppose: yes. But someone can suggest me how can I do this?

Regards

 

Gianpiero

 

 

You can use the XML reader and then take the GML part and create a geometry from it using the GeometryReplacer transformer.

That transformer reads a geometry definition from an attribute and creates the geometry.

It has a GML definition option.

Hope this helps.


In addition to erik answer the xml reader will create a xml_fragment attribute that holds the xml element, you can use that in the geometry replacer transformer.


Erik and Itay thanks for your reply.

Gianpiero


Reply