RE: [xsl] XML -> XML using XSL,DTD XALAN - JAVA

Subject: RE: [xsl] XML -> XML using XSL,DTD XALAN - JAVA
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 1 May 2001 09:54:19 +0100
Please don't cross-post (see the rules for the list)
>
> 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 ?

Whether the source file is validated or not depends on the XML parser, not
the XSLT transformer. You can select the parser to be used (e.g. Xerces or
Crimson), and tell it whether or not you want validation, using the JAXP
javax.xml.parsers API.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread