Marc Battyani <Marc.Battyani@fractalconcept.com> wrote:
+---------------
| So be happy. They already have done it! It's called XEXPR
| Look at http://www.w3.org/TR/xexpr/
...
| <define name="factorial" args="x">
| <if>
| <lt><x/>2</lt>
| <x/>
| <multiply>
| <x/>
| <factorial><subtract><x/>1</subtract></factorial>
| </multiply>
| </if>
| </define>
|
| Brilliant no ?
+---------------
No. They were so intent on showing how clever they were with the syntax
that they got the definition of this simple function *wrong*!! ;-} ;-}
[Hint: The consequent should be a certain numeric constant, not "<x/>".]
-Rob
-----
Rob Warnock, 30-3-510 <rpw3@sgi.com>
SGI Network Engineering <http://reality.sgiweb.org/rpw3/>
1600 Amphitheatre Pkwy. Phone: 650-933-1673
Mountain View, CA 94043 PP-ASEL-IA
[Note: aaanalyst@sgi.com and zedwatch@sgi.com aren't for humans ]