Hi,
I've in my mysql database field with xml (formated xml). By using sql module i get something like that:
<sql:column xmlns:sql="http://basex.org/modules/sql" name="xml"> <?xml version="1.0" encoding="UTF-8"?> <Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="wniosek.xsd">
</Document>
and I can't query it like regular xml by xquery. It's possible to get only content of xml column? Or it's other way to query this content?
Jarek