xsl-list
[Top] [All Lists]

Re: parsing ECB xml file

2002-11-29 23:03:22
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



<Prev in Thread] Current Thread [Next in Thread>