Hello,

I need to disable DTD validation for the java XSLT
processor Xalan_j 2.6.0.

I found a setValidating() for xerces but I can't find
the method for Xalan.

Have-you got a property for this example :
TransformerFactory tFactory =
TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer(new
StreamSource("birds.xsl"));
transformer.transform(new StreamSource("birds.xml"),
new StreamResult(new FileOutputStream("birds.out")));

Thanks.

Marc 




        

        
                
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Cr�ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis gr�ce � Yahoo! Messenger !T�l�chargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com

Reply via email to