xsl-list
[Top] [All Lists]

Re: [xsl] junit test... for xslt2?

2010-03-06 08:05:47
The next problem to address is generating test results from
each test, producing a cumulative test result and count...
not something that XSLT is very good at with its lack of
side effects!


Lack of XSLT side effects is only an issue if you want to do the 
reporting
in a single XSLT step.

Xslt has side effects.
They are related to current date and time, to node constructors, and to 
generate-id() function.

All these, in fact, may complicate xslt unit tests, as they make output not 
stable.
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.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>
--~--

<Prev in Thread] Current Thread [Next in Thread>