Nirmal Fernando wrote: > But when I execute following > ij> SELECT XMLSERIALIZE(x as CLOB) FROM t; > > the result was this, > > ERROR XML00: Failed to locate 'Xalan' API or implementation classes. > XML operations are not permitted unless these classes are in your classpath.
Are you running Derby embedded? Or client/server? If you are running client-server, then perhaps try putting the XALAN libraries into the *server's* CLASSPATH and see if that helps. thanks, bryan
