On 5/29/14, 11:59 AM, Bob Moyers wrote: > When I try this update: > > UPDATE REPORT_STYLE SET JASPER_STYLE = XMLPARSE(DOCUMENT ?) WHERE > (REPORT_STYLE_NAME = ?) > > > > I get: > > org.postgresql.util.PSQLException: ERROR: invalid XML content > > Detail: line 2: StartTag: invalid element name > > <!DOCTYPE jasperTemplate PUBLIC "-//JasperReports//DTD Template//EN" > "http://jas This could be a problem with the JDBC driver's handling of xmlparse. Maybe you could help some debugging help on their mailing list. Also check the server log. Maybe you can see there what the server actually received.