Re: [xsl] Namespaces in XSL and how to access the elements

Subject: Re: [xsl] Namespaces in XSL and how to access the elements
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 26 Feb 2003 15:46:52 -0700 (MST)
Rob Sutherland wrote:
> <rdf:RDF
>   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>

Are you sure there isn't something like
xmlns="http://purl.org/rss/1.0"; in there as well?

This would be setting a default namespace for unprefixed elements, meaning
your 'item' and 'title' elements are actually in that namespace, so your
stylesheet would have to bind the namespace to a prefix and use that prefix
in XPath expressions and match patterns...

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

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


Current Thread