Subject: RE: Namespace problem
From: Eric Vitiello <xsl-list@xxxxxxxxxxxx>
Date: Tue, 26 Feb 2002 14:32:42 -0500
|
-- Jeff Beadle [Tue, 26 Feb 2002 14:08:19 -0500]:
>You probably didn't declare the xml doc's default namespace within
>your xslt(?).
>
>this works:
>
><?xml version="1.0"?>
><xsl:stylesheet ? ? ? ? version="1.0"
>????????????xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>????????????xmlns:rogain="http://purl.org/rss/1.0/">
ACK. that was almost it. I had declared:
xmlns:rsss="http://purl.org/rss/1.0/"
but was referencing rss:item
(notice the extra s.)
sorry to fill the list with useless questions!
Thanks for the help though, it made me look at the declarations a little more carefully.
---
Eric Vitiello
Perceive Designs
<www.perceive.net>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|