Is there any way to force validation of a specific DTD on a file that does not already define one?
I want to do this to allow a user the flexibility of opening the XML file in, for example, Internet Explorer, without that user requiring the DTD file to view it... Of course, I know I could wrap the InputSource and mangle the XML string in memory to introduce the DTD... but I'm looking for a more elegant solution, if it's available. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
