Name: Anonymous 2009-01-21 10:27
X# - XML oriented programming language
http://www.xsharp.org/samples/
Discuss.
http://www.xsharp.org/samples/
<!-- MAP function -->
<xsp:variable name="map" type="node">
<xsp:processing-instruction name="map">
<xsp:variable name="function" type="node" select="processing-instruction()"/>
<xsp:processing-instruction name="result">
<xsp:for-each select="node()">
<?xpath . >> $function ?>
</xsp:for-each>
</xsp:processing-instruction>
</xsp:processing-instruction>
</xsp:variable>Discuss.