[Haskell-cafe] Predicates in HaXml
Tom Spencer
t.e.spencer at gmail.com
Wed Nov 10 07:35:33 EST 2004
Hi there,
In XSLT there is an XPath function that will let you select a
particular node in the current context, for example;
<xsl:value-of select="team[1] "/>
in Michael Kay's article
http://www-106.ibm.com/developerworks/xml/library/x-xslt/?article=xr
This selects the first team element in the current context. Is there a
work around to get similar functionality from the HaXml library?
Many Thanks
Tom Spencer
More information about the Haskell-Cafe
mailing list