xsl-list
[Top] [All Lists]

Re: Measuring the complexity of XSLT stylesheets

2005-04-17 11:12:28
Well, the length of the XPATH expression in characters gives an idea,
I think.
I'm far from know enough about the subject to give some advice, but
the length of an XPATH expression doesn't necessarily give the
complexity of the expression, for example this two expressions does
the same thing but the length is very different:

//somenode[(_at_)someattribute]
/rootnode/descendant-or-self::somenode[attribute::someattribute]

Just a thought.

Bye.

-- 
www.GetFirefox.com !!
http:kywocs.blogspot.com

--~------------------------------------------------------------------
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>
--~--