RE: [xsl] Converting RSS to HTML

Subject: RE: [xsl] Converting RSS to HTML
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 20 Feb 2001 16:40:11 -0000
> Specifically, the element <rdf:RDF> is causing me problems
> because it's
> qualified by a namespace.
>
> How should I
> correctly select a namespace qualified element????
>
If you use the same prefix and the same namespace declaration in the
stylesheet as you use in the same document, and if you don't make it the
default namespace, there should be no problem. E.g. select it as
select="rdf:RDF".

Mike Kay


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


Current Thread