Categories | Question details Back To List | ||
Grid: Loading data from a servlet, gzip compressed Hi, I am trying to load xml data to a grid from a servlet woth grid.loadXML(servletUrl) I am gzipping the data in the servlet and on the grid I get 'Incorrect XML' alert. Any hints? Thanks, Nishan Answer posted by dhxSupport on May 25, 2009 01:35 >>I am gzipping the data in the servlet and on the grid I get 'Incorrect XML' alert. 1) XML data is invalid ( invalid structure of XML ); Answer posted by Nishan on May 25, 2009 03:24 I am sorry, my wrong. I had an invalid char in the xml. Got it right when I specified encoding for the xml. Thanks, Nishan |