[xsl] FizzBuzz in XSLT 1.0. Help with a 2.0/FXSL solution?

Subject: [xsl] FizzBuzz in XSLT 1.0. Help with a 2.0/FXSL solution?
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Wed, 14 Mar 2007 11:39:57 -0600
Hey All,

Building upon the theme provided by Dr. Kay a while back[1], I recently wrote a post that showcased how one could not only use XSLT to solve the problem, but do so in a way that provides for dynamic data evaluation in regards to the variables used, and what those variables should print out when the test evaluates to true.

http://dev.aol.com/blog/mdavidpeterson/2007/03/14/fizz-buzz-in-xslt-1.0

My question to you all is this: Using this same premise, how would one solve this in XSLT 2.0, and in particular, given that this touches smack-dab center on the benefits that FXSL provides the XSLT developer, how one could use FXSL to solve this same problem?

I been bouncing around different ideas in my head all morning as to the best way to optimize this in XSLT 2.0/FXSL, but as of yet, haven't come up with something that I think really takes advantage of what XSLT 2.0/FXSL bring to the table.  Ideas from the community at large?

Thanks in advance!

[1] http://blogs.msdn.com/mfussell/archive/2004/05/13/130969.aspx#131098

"It's a little bit odd to try and prove your point with an example that makes no use of XML input or XML output..."

--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155

Current Thread