Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 2nd, 2009, 12:05 PM
Friend of Wrox
 
Join Date: Nov 2007
Posts: 1,243
Thanks: 0
Thanked 245 Times in 244 Posts
Default

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
The Following User Says Thank You to Martin Honnen For This Useful Post:
fixit (September 2nd, 2009)





Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I parse xsi:type? yonggang.Jan XML 2 February 25th, 2009 04:35 AM
Creating xsi:type as an attribute AjayLuthria XSLT 5 May 10th, 2007 09:49 AM
validateOnParse versus xsi:nil JaKKe XML 0 March 7th, 2006 07:23 AM
return tree untill attribute is true jdiderik XSLT 4 May 3rd, 2005 09:42 AM
copy-of xsi namespace chris_strub XSLT 2 October 2nd, 2004 10:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.