Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keyword xsl:param may not be used in namespace http://www.w3.org/TR/WD

Status
Not open for further replies.

msturges

Programmer
Mar 29, 2001
32
0
0
ZA
Hi All, again,

I'm having some problems getting my xsl file to accept the <xsl:param> element. At the moment my xsl element tag looks like this:

<xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot; xmlns:sql=&quot;urn:schemas-microsoft-com:xml-sql&quot; xmlns:xsi=&quot;

when I use the <xsl:param> element I get the following error:

Keyword xsl:param may not be used in namespace

Any suggestions??

Thanks
 
Try erasing the &quot;;&quot; after the &quot;..../Transform&quot; phrase (and your schema reference).

Jordi Reineman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top