Re: [xsl] Problems with XALAN parsing an xml with a namespace having a #

Subject: Re: [xsl] Problems with XALAN parsing an xml with a namespace having a #
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 11 Feb 2004 10:14:01 GMT
The error message is quite cler it seems:
   Unable to resolve prefix 'rs'.
your XPath uses an rs prefix, so you need to declare that as a namespace
   prefic in your stylesheet.
Add
xmlns:rs="urn:schemas-microsoft-com:rowset"
to your xsl:stylesheet element.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread