aspose file tools
The moose likes Servlets and the fly likes Use xml doncument which formed by jsp in html, how to do? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Use xml doncument which formed by jsp in html, how to do?" Watch "Use xml doncument which formed by jsp in html, how to do?" New topic
Author

Use xml doncument which formed by jsp in html, how to do?

sabrina sam
Greenhorn

Joined: Oct 17, 2005
Posts: 1
Hi,everyone!
I got a xml Dom in the way of jsp code,i want to import it in the html,and deal with it,like these:
<xml src="TestDataSource.jsp" id=EmpDSO></xml>�doc=EmpDSO.XMLDocument;DeptList=doc.selectNodes("//Department"),�.
but i found it's failture to show the data ,may be in the html page can not find this src,......but why?
PS:the same code I use asp to form this xml dom,then run it in the IIS,everything is ok,data is shown!I have no ideal!
by the way jsp pag is run in the tomcat!
thx!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Use xml doncument which formed by jsp in html, how to do?
 
Similar Threads
Calling outside JSP code without waiting for its response.
JSTL SQL XML data source / driver?
Getting value of a XML element when knowing the name/path
JSP and HTML Frames
dojo and javascript DOM issue