clientRequest.execute();
String response = clientRequest.readResponseAsCharacters();
InputStream is = null;
try {
SearchXslProfile profile = this.readXslProfile();
String js = Val.chkStr(profile.getResponsexslt());
//String js = Val.chkStr(this.getFactoryAttributes().get("searchResponseJsT"));
String xml = null;
if(js.toLowerCase().endsWith(".js")) {
try {
ResourcePath rPath = new ResourcePath();