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

Subject: RE: [xsl] XML -> XML using XSL,DTD XALAN - JAVA
From: Thushara Perera <thusharap@xxxxxxxxxxxxx>
Date: Wed, 2 May 2001 08:37:11 +0600
Hi Mike

Thanks for the info. But I am quite new to this. So, do u have any sample
java file which does this, so that I can have a look at it and understand
how to do it ?

Thanks

Thushara

-----Original Message-----
From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
Sent: Tuesday, May 01, 2001 2:54 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] XML -> XML using XSL,DTD XALAN - JAVA


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

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


Current Thread