aspose file tools
The moose likes XML and Related Technologies and the fly likes DTD location Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "DTD location" Watch "DTD location" New topic
Author

DTD location

Pavan Tummala
Ranch Hand

Joined: Dec 25, 2004
Posts: 74
I have an xml file to be parsed at a location outside my application.
I want to place the DTD for the file inside the application not in the directory where the xml file is dropped.
How do I do this? Where can the dtd go? APP-INF?


If Java had true garbage collection, most programs would delete themselves upon execution -- Robert Sewell
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: DTD location
 
Similar Threads
Problem validating with DTD from within web app
Wep application DTD location reference problem
Setting DTD in SAX Parser
problem parsing configuration / hibernate.cfg.xml
How do i use an Entity Resolver Interface