This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to display page numbers using xsl


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]