You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Pascal Miquet <p....@hafiba.fr> on 2003/02/04 17:44:03 UTC

Validating and XML File according a DTD Definition

Hi,

I'd like to know how I can activate, or checks thant the incoming XML
file fulfill the given DTD, and If the result is success, applying my
xslt to it.

I'm using Xerces, Xalan.

Thanks for your help



Re: Validating and XML File according a DTD Definition

Posted by Joseph Kesselman <ke...@us.ibm.com>.
See the documentation for Xerces, specifically the "features" page, for 
information about how to control the parser. You want to turn on the 
validation feature.

______________________________________
Joe Kesselman  / IBM Research


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


Re: Validating and XML File according a DTD Definition

Posted by Joseph Kesselman <ke...@us.ibm.com>.
See the documentation for Xerces, specifically the "features" page, for 
information about how to control the parser. You want to turn on the 
validation feature.

______________________________________
Joe Kesselman  / IBM Research


Re: Validating and XML File according a DTD Definition

Posted by Joseph Kesselman <ke...@us.ibm.com>.
See the documentation for Xerces, specifically the "features" page, for 
information about how to control the parser. You want to turn on the 
validation feature.

______________________________________
Joe Kesselman  / IBM Research


---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org