Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8916229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:11:09+00:00 2026-06-15T05:11:09+00:00

I’m trying to modify and existing project in order to add some features. I

  • 0

I’m trying to modify and existing project in order to add some features. I would like to pass some parameters to my xsl stylesheet, but any use of parameters causes an error. I’ve tried inserting the simplest examples found in tutorials, etc. to no avail. I believe the problem may be with the version of xslt being used?

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" language="VBScript">
  <xsl:param name="test">TEST</xsl:param>

<xsl:template match="/">
  <xsl:value-of select="$test"></xsl:value-of>  
</xsl:template>

</xsl:stylesheet>

I’ve removed all of the other code in order to keep the example as simple as possible. According to my understanding, this code should simply output TEST on the html page. However, what I get is a classic IIS error:

An error occurred on the server when processing the URL. Please contact the system administrator.

If you are the system administrator please click here to find out more about this error.

Does anyone have any insight as to why this is happening? The same problem occurs when I try to use variables in any way. Is it a problem with my Web Server, or the version of xslt being used?

Thank you for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:11:10+00:00Added an answer on June 15, 2026 at 5:11 am

    Expanding on Michael Kay’s answer, Microsoft may be dropping support for the old legacy “http://www.w3.org/TR/WD-xsl” namespace, so it can’t be guarenteed to work much longer. This is certainly the case for IE9, as explained on MSDN

    http://msdn.microsoft.com/en-gb/library/ie/hh180178(v=vs.85).aspx

    I recently had to change an XSLT stylesheet that was using “http://www.w3.org/TR/WD-xsl” to get it to work in IE9. It might be just a simple case of changing it to use the correct namespace of “http://www.w3.org/1999/XSL/Transform”, but you might also have to make changes if you are using constructs that are not actually supported in the current namespace. These are the things I noticed that were supported in the legacy one, but not in the current

    • xsl:apply-templates had an order-by attribute. Replace this with
      xsl:sort instead.
    • xsl:if allowed a match attribute. Replace this with test
    • xsl:eval was supported. This may need some re-work to replace depending on what it was used for.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to render a haml file in a javascript response like so:
I would like to run a str_replace or preg_replace which looks for certain words
I would like to count the length of a string with PHP. The string
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.