Your stylesheet needs to declare that prefix so put
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" on the xsl:stylesheet element.
That assumes that the namespace you want is the XML schema instance namespace which is rather likely based on the prefix and the xsi:nil attribute.
__________________
Martin Honnen
Microsoft MVP (XML, Data Platform Development) 2005/04 - 2013/03
My blog
|