xsl-list
[Top] [All Lists]

Re: Namespaces in XSL and how to access the elements

2003-02-26 15:46:52
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



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