• 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

parse xml with javascript

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I want to parse an xml file. I am able to do it perfectly as a standalone application but if I incorporate it in my framework it is failing. This is my code (standalone)


I am having problem near xmldoc.load("storexml.xml"); Myframework is looking for storexml.xml in all the other additional processing which will be done. It is not getting anythinf and is failing.

Can anyone help me in solving this out
 
Ranch Hand
Posts: 2308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by shravan kodam:
Myframework is looking for storexml.xml in all the other additional processing which will be done.



Can you please explain this ?
Where have you kept the xml file to be parsed ?
 
shravan kodam
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for replying

webapps
-webapp
- navistor
-ecs
- storexml.xml
- lpmsNavicase.jsp

The .jsp and xml files are in ecs folder
 
reply
    Bookmark Topic Watch Topic
  • New Topic