I want to know how to pass xml stream to grid in jsp
if possible please send the code of java class for xml stream
I want to know how to pass xml stream to grid in jsp
You need to
a) define content type of output as text/xml
<%@ page language=“java” contentType=“text/xml; charset=ISO-8859-1”
pageEncoding=“ISO-8859-1”
%>
b) output XML data to stdout