Project outline: Retrieve GetCabilities.xml from a URL. Manipulate the xml file to extract layer names, contact person, Boundingboxes, and KeyWords and write these into a Shapefile.
I´m basically lost at the first hurdle because I can´t really understand which methods/transformers I should be using.
1. Create xml Writer and tell fme to create fme-feature types for Layer, Contact, BBOX,KEyword.
2. This splits the elements up into 4 fme-feature types. Next I thought I should somehow extract the coordinates and make a point feature which can be grouped according to layer-name and converted to a polygon. Obviously this is not easy.
Could someone offer me a step for step way to do this? or is it too difficult for a beginner?
Yours,
Rob