Subject: Re: How to display page numbers using xsl
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 6 Sep 2000 10:03:38 -0600 (MDT)
|
Krishnamurthy, Rama wrote:
> Now I get a error 'Reference to undeclared namespace prefix rs.'
>
> Am I forgetting something?
You must have forgotten to declare the 'rs' prefix in the stylesheet.
In your xsl:stylesheet element, add
xmlns:rs="someURI"
where someURI is the same URI that the 'rs' prefix is bound to in the XML.
- Mike
____________________________________________________________________
Mike J. Brown, software engineer at My XML/XSL resources:
webb.net in Denver, Colorado, USA http://www.skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|