[jdom-interest] question on JDom document validation. Happy N
ew Year
Feber, Mark
Mark_Feber at bmc.com
Wed Jan 10 10:41:14 PST 2001
Thanks in advance for any info (also for JDOM).
As an extension to this question:
Is there a way to validate against a dtd that exists only in a jar
file on the user's CLASSPATH?
I can validate against a file uri, but I haven't yet figured out how to make
it transparent. Example:
in a doctype if I specfiy the URI as an path, it works:
<!DOCTYPE XXX SYSTEM "file:/some/path/foo.dtd">
or as ajar url with an path built in:
<!DOCTYPE XXX SYSTEM "jar:file:/path/to/jarFile.jar!/com/foo/foo.dtd">
But how do you specify the URI for a jar file that just lives somewhere on a
CLASSPATH? Hopefully, there's an obvious solution I haven't come across
yet. Thanks,
mark
-----Original Message-----
From: Jian, David [mailto:DJian at priceinteractive.com]
Sent: Wednesday, January 10, 2001 6:56 AM
To: 'jdom-interest at jdom.org'
Cc: 'Jason Hunter'
Subject: RE: [jdom-interest] question on JDom document validation. Happy
N ew Year
Hi,
I read this message and I hava a simple question:
How do I implement JDOM validation with schema (or dtd)?
Any example code will be appreciated.
Thanks
DJ
-----Original Message-----
From: Jason Hunter [mailto:jhunter at collab.net]
Sent: Tuesday, January 02, 2001 2:47 PM
To: Dominik Hasek
Cc: jdom-interest at jdom.org
Subject: Re: [jdom-interest] question on JDom document validation. Happy
New Year
> i must tell you that jdom is the
> best API ever made. I really wanted to knock my head to the wall when i
see
> the DOM or Sax API.
:-)
> I don't know what is exactly validation. But i think it is something
> like a verification to know if the inputted xml file is valid or not.
Yep.
> Does validation checks according to the dtd assigned to the xml file ?
Yep.
> If validation is set to true, and xml file is not valid what kind of
> exception is thrown ? saxExceptions ?
A JDOMException.
> Thanks to all of you who can me see the light ;-))
You'll find Brett's book "Java and XML" to be very enlightening.
-jh-
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
More information about the jdom-interest
mailing list