
hi i have an issue in validating an xml against dtd .As the currently used schema is http://www.w3.org/2001/xmlschema
and my dtd is refering to the "http://www.w3.org/1999/xmlschema" old version is there any solution to validate my xml against the dtd i have , which is refering the 1999 schema. I am using " SchemaFactory sf = SchemaFactory.newInstance(XMLConstants.W3CXMLSCHEMANSURI);" This is working fine for 2001 but i need for 1999 and 2000.
Thanks , Vyshak

Please visit the following links:

hi , my dtd have a namespace , as it refers to http://www.w3.org/1999/xmlschema", i need a way to work with dtd which is refering schema other than 2001.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.