• 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

Validating XML file Before Deployment!

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i am new at working with XML
But the problem i am facin gis that i developed a j2ee application and deployed! on OC4J( oracle container for java).. but since i made some coding mistakes in XML files
the server flooded my screen with errors .. well i can very well fig out what the errors are but . it took me time to once again create all the jar files after recoding the XML files...
What i was thinking was since the server also validates the XML file in the jar files against a DTD which it has a copy locally with it.. so is there any tool or
Way to verify the jar file created againsta that DTD before creating the final jar files or befor Deploying!!!

PLz i need your help
THXS
 
perry arora
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
friends i got a site that performs validation named
http://www.stg.brown.edu/cgi-bin/xmlvalid/xmlvalid.pl
is there any better way i mean to say any utitlity etc etc
or any other good site

b bye
 
reply
    Bookmark Topic Watch Topic
  • New Topic