> Is there a way to validate against a dtd that exists only in a jar > file on the user's CLASSPATH? It's an XML parser issue. I doubt you'll find any that support that, but who knows. If you do find one, you can use that parser with JDOM as we support any parser. -jh-