Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: XSLT 2.0 under .NET [Thread Next] Re: XSLT 2.0 under .NETTo: NULL Date: 10/2/2008 5:52:00 PM Susan Harris wrote: > Thanks Martin. I'm trying to add this attribute (see below), but having > problems (e.g. XMLSpy doesn't like it where I've put it). Do you know > where I would place this attribute? > > <xsl:stylesheet version="2.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:n="http://www.company.info/schemas" > xmlns:xs="http://www.w3.org/2001/XMLSchema" > xmlns:vmf="http://www.altova.com/MapForce/UDF/vmf" > xmlns:fn="http://www.w3.org/2005/xpath-functions" > exclude-result-prefixes="fn n vmf xs xsi xsl"> You need to put it on the xsl:stylesheet element e.g. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saxon="http://saxon.sf.net/" saxon:allow-all-built-in-types="yes" version="2.0"> -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
