On Wednesday 13 February 2002 09:49, Matthew Langham wrote:
> Are we talking Euro-Wednesday or US-Wednesday :-) (Cos' I can't see
> anything yet)

<xsl:template match="/">
  <xsl:variable 
        name="xml"
        select="document('http://www.xml.com/donttheyhaveanxmlversion')"
  />
  <xsl:apply-templates select="$xml/*[contains(text(),'azzocchi')]"/>
</xsl:template>

;-)

- Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to