Pepole,

Is there any method that I need to call to validate my XML with a DTD Schema before call the parse method of a Digester object?

Example: I have a XML and I wrote those lines in my XML:
<!DOCTYPE builderView
        PUBLIC "-//SoftSite Tecnologia//DTD BuilderView XML Version 1.0//EN"
        "http://www.softsite.com.br/dtd/builderView_1.0.dtd";>

So, I want that Digester throws an Exception if the XML is not corresponding with my DTD Schema (http://www.softsite.com.br/dtd/builderView_1.0.dtd) when I call the parse method.

Thanks a lot,

______________________________
Roberto R. Costa Lima Jr.
SoftSite Tecnologia
Fortaleza, Ce, Brazil



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to