This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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@iclway.co.uk]
Sent: Tuesday, May 01, 2001 2:54 PM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]