created a table like, CREATE TABLE m(c1 INT , c2 XML INLINE LENGTH 1000)
but insert to xml column failed,

db2 => insert into m values (' ', "xmlparse(docum ent '<?xml version=\"1.0\" encoding=\"utf-8\" ?> <book> </book>' preserve whitespace)")
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command....