Page 1 of 1

Problem with displaying xslt through Html(using tomcat )

Posted: Mon Dec 05, 2005 6:15 pm
by sujatha
Hi,

In server side I have a jsp file which calls XSL file and this jsp is called in servlet program, and I have a html in client side, whenever I enter a person in a textbox (connects to database) it gets all the data of the person from database and sends it to server(which is sevlet program), this data is inturn send to jsp and to XSL and when a button is pressed in client side html file, it displays xsl file which is fine for oneset of data, but if I want next set of values from the database of the sameperson it is giving "object required" problem. And one more thing if I run the XSL file separetly it's working fine for all sets of data. Please let me know about it.

Any help would be appreciated, Sujatha.

Posted: Mon Dec 05, 2005 6:39 pm
by sorin_ristache
Hello,

What are the input XML and XSL files and the current result of the transformation performed in <oXygen/> ? What is the expected result of that transformation ?

Regards,
Sorin

Posted: Fri Dec 16, 2005 5:46 pm
by sujatha
Actually I got the solution and knew where exactly it is giving problem.