Re: [xsl] XPath "//", speed, and Saxon

Subject: Re: [xsl] XPath "//", speed, and Saxon
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 3 Nov 2008 12:09:43 +0000
> This example from my tutorial about testing XSLT [1]

> [1] http://www.menteithconsulting.com/wiki/XTech2007/MyStylesheetRunsBut#xsltproc


It would be cool to see the same effort/analysis [insert the right
word there] for how schema awareness does a lot of what the tests will
do, but with the added benefits that go with schema awareness.

For example, you could have input like:

<title>a title</title>
<body>the body</body>

...and you write a unit test to ensure the output contains a <title> -
or you could have a result schema with a mandatory <title> element,
the template which outputs the title could have an "as" attribute and
if you had an input schema you could be sure your XPaths were actually
selecting that title in the input.  All of which seems preferable to
the unit test.

A lot of time, effort and money goes into testing, but for XSLT, I
think that effort would be better spent on fully schema aware
transforms than unit testing.  What do you think?



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread