topical media & game development
professional-xml-08-language-keyElement.xsl / xsl
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:key name="cust" match="customer" use="@id"/>
<xsl:template match="/">
<companies>
<xsl:for-each select="key('cust','ANATR')">
<company>
<xsl:value-of select="company"/>
</company>
</xsl:for-each>
</companies>
</xsl:template>
</xsl:stylesheet>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.