I can get the raw data from table notes to a column but how can I extract the stuff inside the <text> </text> section(s) , i.e 'test' in this case? If not extract then detect would do for now.
BTW don't you think you could have optimized the database usage a bit on this one?
"<?xml version="1.0" encoding="UTF-8"?>
<richtext version="1.0.0.0" xmlns="http://www.wxwidgets.org">
<paragraphlayout textcolor="#000000" fontsize="9" fontfamily="70" fontstyle="90" fontweight="90" fontunderlined="0" fontface="Segoe UI" alignment="1" parspacingafter="10" parspacingbefore="0" linespacing="10" margin-left="5,4098" margin-right="5,4098" margin-top="5,4098" margin-bottom="5,4098">
<paragraph>
<text> test</text>
</paragraph>
</paragraphlayout>
</richtext>
"