You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Paul Emberson <pa...@fsc.co.uk> on 2001/09/03 16:27:07 UTC

Validation and XalanTransformer.

What is the simplest code needed to perform a xsl transformation while 
validating the XML.  (I want default attributes in the DTD)

There does not appear to be a way using the XalanTransformer 
interface.  Currently I have hacked XalanDefaultParsedSource so 
XalanTransformer always validates.

Looking for a neater method.

Paul Emberson