Re: [xsl] parsing ECB xml file

Subject: Re: [xsl] parsing ECB xml file
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 29 Nov 2002 23:03:22 -0700 (MST)
David Silcott wrote:
> http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml
> [...]
> <xsl:for-each select="gesmes:Envelope/Cube/Cube">

You overlooked that the Cube elements are in the
http://www.ecb.int/vocabulary/2002-08-01/eurofxref
namespace. Bind that to a prefix in your stylesheet
and reference foo:Cube in the XPath expression.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread