I want to use a XMLport to import/export data from a table. One field of the table is a BLOB field. The BLOB field contains a HTML file. The structure of the XML should be like following:
<Projects>
<Project>
<Field1></Field1>
<Field2></Field2>
<Field3></Field3>
<Field4></Field4>
...
<BLOBField>
<html>
...
</html>
</BLOBField>
</Project>
...
</Projects>
How can I handle this?
Regards,
Ironluc
0
Comments
RIS Plus, LLC