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

  • SEARCH
  • Home
  • 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 8322041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:14:24+00:00 2026-06-08T23:14:24+00:00

Here is my java code, related to parameter: transformer.setParameter(limad,1234); transformer.transform(text, new StreamResult(response.getOutputStream())); My xslt

  • 0

Here is my java code, related to parameter:

    transformer.setParameter("limad","1234");
    transformer.transform(text, new StreamResult(response.getOutputStream()));

My xslt has:

<xsl:template match="/">
    <xsl:param name="limad"/>
    .... lots of stuff here...
                                <td>
                                    <xsl:value-of select="$limad"/>
                                </td>
    .... lots of stuff here...
</xsl:template>

My result is:
<td></td>

Any ideas? How can I debug this?

  • 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-08T23:14:27+00:00Added an answer on June 8, 2026 at 11:14 pm

    I’m not an expert with java, but if you are trying to pass parameters into an xslt, you need to put them outside template-match=”/”

    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
    
    
    <!-- Imports -->
    <xsl:import href="test.xslt"/>
    
    <xsl:output method="html"
                      doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                      doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
                      indent="yes" standalone="yes"/>
    
     <!-- Parameters-->
    <xsl:param name="limad"/>
    
    <!-- Templates Match-->
    <xsl:template match="/">
        .... lots of stuff here...
                                    <td>
                                        <xsl:value-of select="$limad"/>
                                    </td>
        .... lots of stuff here...
    </xsl:template>
    </xsl:stylesheet>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I happen to come across a Java code at my work place. Here's the
I am trying to call a java script function from java code. Here is
here is the code (java): class prime { public static boolean prime (int a,
Here is a simple piece of code: import java.io.*; public class Read { public
Here I found this code: import java.awt.*; import javax.swing.*; public class FunWithPanels extends JFrame
// Here's my code: Main Class: import java.awt.*; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt; import java.awt.image.BufferStrategy;
Here is the piece of code that I have used for Java 5.0 TreeSet<Integer>
Here is my code: import javax.swing.*; import java.awt.*; public class PanelModel { public static
Here is the code: import javax.swing.*; import java.awt.event.*; import java.awt.*; public class TestGrid {
Here is the server code package echoserver; import java.net.*; import java.io.*; public class EchoServer

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.