I have the folowing as a text in the column my_data with a table my_table (id, my_data)..
<gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:geonet="http://www.fao.org/geonetwork">
<gmd:fileIdentifier>
<gco:CharacterString>abc1234</gco:CharacterString>
</gmd:fileIdentifier>
<gmd:title>
<gco:CharacterString>Plan_num1</gco:CharacterString>
</gmd:title>
</gmd:MD_Metadata>
I convert the column my_data to xml to try to get the value abc1234 and the value Plan_num1 .. Trying solution found at this forum I was not able to get them (I have 2 name space and I get nothing).. Is-there any solution by using xpath or by using extract string? Thanks