xsl-list
[Top] [All Lists]

Re: Measuring the complexity of XSLT stylesheets

2005-04-19 12:59:35
Anthony B. Coates wrote

I would suggest that this won't give you any meaningful results.  The 
complexity of an XSLT transformation is driven by the 
structural/formatting differences between the input and the output 
formats.  It is not directly related to the complexity of the schemata
for  the input/output formats.

agreed....I would suggest even a simple diff and counting the nodes,
between input and result trees, would be a rough indicator of XSLT
complexity...though these indirect type measurements can be quite brittle.

-Jim Fuller




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--