DTD and XML Validation

2001-10-16 Thread Juan Fuentes
Looking at the log files, we have realised that orion is downloading (from the same server) all DTD files referenced by XML files, while we are not validating XML files against DTDs. How could I disable this download? Thanks a lot. -- ยทยท

xml validation

2000-09-18 Thread Derek Akers
I am building an application that received xml from various sources and does various things with it... I am currently trying to figure out how to validate an xml string/source against a given dtd (ie - does xml "x" conform to dtd "y")... does anyone have any suggestions as to how I can go

RE: xml validation

2000-09-18 Thread Lawrence Fry
== null) ? e : x).printStackTrace (); } catch (Throwable t) { t.printStackTrace ();} System.exit (0); } -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Derek AkersSent: Monday, September 18, 2000 3:39 PMTo: Orion-InterestSubject: xml validation