• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic