RE: [xsl] Tool to process a XSL with multiple processors ?

Subject: RE: [xsl] Tool to process a XSL with multiple processors ?
From: "Haarman, Michael" <mhaarman@xxxxxxxxx>
Date: Wed, 21 Dec 2005 09:49:04 -0600
> -----Original Message-----
> From: olivier.besnard@xxxxxxxxx
>               
>    I'm looking for the same kind of tool for XSL.             
>               
>    The user will set a XSL stylesheet and a XML instance in 
> input of the    
>    tool, select several included processors (Saxon, Xalan...) 
> then run the  
>    test.                                                      
>               
>    The ouput must be the same for all the processors to 
> ensure that the     
>    XSL will have the same behaviour in production than in the 
> developers    
>    environment.                                               
>               
>    It's also useful that the program could be run in command 
> line to be     
>    included in a software factory.                            
>               

I think that ant: http://ant.apache.org/ could be configured to meet these
requirements without too much trouble.  There is a bit of code at
http://xmlunit.sourceforge.net/ working with JUnit
http://junit.sourceforge.net/ that will allow for testing the outcomes of
each pass against each other.


HTH,

Mike

-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.

Current Thread