xsl-list
[Top] [All Lists]

RE: XML 2 XML using XSL,DTD XALAN - JAVA

2004-11-24 06:34:17
Hi,

I am using XALAN to transform my XML file to another XML file 
using XSL. I
have a small JAVA program which does this. Does anyone knows 
How to validate
an XML file against the DTD using JAVA ? Is there any methods 
available in
XALAN to implement this ? If yes, could you please send me a 
sample example
of how to it, please ?

Xalan will not perform DTD validation. You're probably using Xerces XML parser, 
see their documentation how to turn validation on.

Cheers,

Jarno

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--