Skip to main content

i dont know how do it, i see some discussion here but i dont know what i do wrong.

the input

the worckbench

Hi @ftl,

Please change the XQuery expression in the XMLXQueryExtractor to:

declare namespace x='http://www.w3.org/1999/xhtml';
for $x in /x:html/x:body/x:table/x:tr/x:td/x:table/x:tr
return fme:set-attribute($x/x:tdt1]/text(),$x/x:td/2]/text())

great,,.... thanks a lot @DaveAtSafe


great,,.... thanks a lot @DaveAtSafe

Bare in mind this works beatifully if the kml_description is displayed as a table. It could be modified to present the data with a custom layout that drops the table settings. In those cases, extracting the attributes is way trickier.


Reply