"Carlos Araya" <[EMAIL PROTECTED]> writes:

> ----- Original Message ----- 
> > - XML
> >     - Is there a way to get Ant+Xalan to validate the documents
> > when 
> >       transforming?
> 
> Is it a requirement to use Xalan? I use XSLTproc from within ant and
> it does my validation for me, the other way to do it would be to
> write a task that uses Xerces to do the validation. Please let me
> know

No, Xalan is not a requirement.  What we want to do is to
validate documents only when they are changed.  i.e., when
they are going to be transformed.

We have an Ant target named validate, which uses Xerces, but
that will validate all documents unconditionally.  It would
be nicer to have another target that will only validate
changed documents.

-- 
Yoshiki Hayashi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to