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 9057697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T14:31:35+00:00 2026-06-16T14:31:35+00:00

i have to create a check box for each row in a table like

  • 0

i have to create a check box for each row in a table like the below one in xslt.

the following code creates one check box :

<xsl:for-each select="Sequence/Script">
<Input Type="CheckBox" RUNAT="Server">
<xsl:attribute name="id">chkItem<xsl:value-of select="Name"/>
</xsl:attribute>
</Input>
<xsl:value-of select="Name"/>
</xsl:for-each>

I have used this one to test the above code :

but i want to create multiple checbox with the same name like

name
name1
name2
name3
.
.
.
.
.
.
nameN

I need to have names and id like the above to make operations on this check box using java script  easier.

UPDATE :

XML :

<Root>
  <AppConfig CategoryDepth="3" SelectedPage="CIMtrek_SelectedPage" ParentID="CIMtrek_ParentID" LstParm="CIMtrek_LstParm" SearchParm="CIMtrek_SearchParm" isSearch="CIMtrek_Search_No" ViewName="CIMtrek_Compliance_Daily_Shipments_Case_Pack_Update" />
  <ColumnHeader Header="Seq Num" />
  <ColumnHeader Header="Schedule Name" />
  <ColumnHeader Header="PO #" />
  <ColumnHeader Header="Ready Date" />
  <ColumnHeader Header="Cancel Date" />
  <ColumnHeader Header="Scheduled Pick Up Date" />
  <ColumnHeader Header="Scheduled Pick Up Time" />
  <ColumnHeader Header="Pallets" />
  <ColumnHeader Header="Cases" />
  <ColumnHeader Header="Pieces" />
  <ColumnHeader Header="Actual P/U Date" />
  <ColumnHeader Header="Actual P/U Time" />
  <ColumnHeader Header="Labels Printed?" />
  <ColumnHeader Header="Plant Contact" />
  <ColumnHeader Header="Missed P/U Comments" />
  <ColumnHeader Header="MY MENU" />
  <Params Param="MY PARM" />
  <Search Search="Status|[T1].[CIMtrek_daily_status] " />
  <Search Search="Load #|[T1].[CIMtrek_daily_LoadNum] " />
  <Search Search="Seq Num|[T1].[CIMtrek_SeqNum] " />
  <Search Search="Schedule Name|[T1].[CIMtrek_daily_schedule_name] " />
  <Search Search="PO #|[T1].[CIMtrek_daily_PONumbers] " />
  <Search Search="Ready Date|[T1].[CIMtrek_daily_RDate] " />
  <Search Search="Cancel Date|[T1].[CIMtrek_daily_CDate] " />
  <Search Search="Scheduled Pick Up Date|[T1].[CIMtrek_daily_SPUD] " />
  <Search Search="Scheduled Pick Up Time|[T1].[CIMtrek_daily_SPUT] " />
  <Search Search="Pallets|[T1].[CIMtrek_daily_pallet_totals] " />
  <Search Search="Cases|[T1].[CIMtrek_daily_cases] " />
  <Search Search="Pieces|[T1].[CIMtrek_daily_pieces] " />
  <Search Search="Actual P/U Date|[T1].[CIMtrek_daily_ADate] " />
  <Search Search="Actual P/U Time|[T1].[CIMtrek_daily_ATime] " />
  <Search Search="Labels Printed?|[T1].[CIMtrek_daily_labels] " />
  <Search Search="Plant Contact|[T1].[CIMtrek_daily_contact] " />
  <Search Search="Missed P/U Comments|[T1].[CIMtrek_daily_MPcomments] " />
  <Search Search="MY SEARCH|Search" />
  <Data CIMtrek_COUNT="0" CIMtrek_COUNT_Level="3">
    <Data Row="1" UnqCimID="6105E973-3E07-4A6B-95C3-8A73FCD5BBF9" CIMtrek_SeqNum="12" CIMtrek_CIMtrekUniqueID="3432" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c605445k" CIMtrek_daily_PONumbers="5908013035" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="2" UnqCimID="13256F61-ABA8-404F-95E1-35948072D827" CIMtrek_SeqNum="13" CIMtrek_CIMtrekUniqueID="3456" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c703845a" CIMtrek_daily_PONumbers="1403182831" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="0" CIMtrek_daily_pieces="142" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="3" UnqCimID="7EED00B5-78D7-4725-A4B5-C5367928F381" CIMtrek_SeqNum="14" CIMtrek_CIMtrekUniqueID="3441" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c703845k" CIMtrek_daily_PONumbers="0953341466" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="4" UnqCimID="F762B1C4-6DF7-4DC5-9EA5-6B3375033266" CIMtrek_SeqNum="15" CIMtrek_CIMtrekUniqueID="3442" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c703845b" CIMtrek_daily_PONumbers="1702274479" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="5" UnqCimID="7DF9C660-D530-4823-AB7B-F9F3A587FD78" CIMtrek_SeqNum="16" CIMtrek_CIMtrekUniqueID="3449" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c602345a" CIMtrek_daily_PONumbers="8703182710 " CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="4" CIMtrek_daily_pieces="103" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="6" UnqCimID="1B80BF88-9873-415D-9053-2929227B96B9" CIMtrek_SeqNum="17" CIMtrek_CIMtrekUniqueID="3419" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c602345k" CIMtrek_daily_PONumbers="6253222783" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="7" UnqCimID="63C0E5B5-2454-4C54-A707-A25F2DB73C31" CIMtrek_SeqNum="18" CIMtrek_CIMtrekUniqueID="3418" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c602345b" CIMtrek_daily_PONumbers="3251819273" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="8" UnqCimID="F4D78B25-02AD-40E9-A337-552785FD9ECC" CIMtrek_SeqNum="19" CIMtrek_CIMtrekUniqueID="3455" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c703445a" CIMtrek_daily_PONumbers="8553014885" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="1" CIMtrek_daily_pieces="172" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="9" UnqCimID="040BF0F1-CF3E-46F8-9C20-6075E3DBA049" CIMtrek_SeqNum="2" CIMtrek_CIMtrekUniqueID="3415" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c601045k" CIMtrek_daily_PONumbers="3403154247" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
    <Data Row="10" UnqCimID="02BCB2ED-CCB9-4F65-B841-DE03DCB897EB" CIMtrek_SeqNum="20" CIMtrek_CIMtrekUniqueID="3440" CIMtrek_Cim_FormName="Compliance_Daily_Shipments" CIMtrek_daily_schedule_name="c703445b" CIMtrek_daily_PONumbers="6652205349" CIMtrek_daily_RDate="11/09/2012" CIMtrek_daily_CDate="11/15/2012" CIMtrek_daily_SPUD="09-Nov-12 12:00:00 AM" CIMtrek_daily_SPUT="" CIMtrek_daily_pallet_totals="1" CIMtrek_daily_cases="" CIMtrek_daily_pieces="" CIMtrek_daily_ADate="" CIMtrek_daily_ATime="" CIMtrek_daily_labels="" CIMtrek_daily_contact="" CIMtrek_daily_MPcomments="" />
  </Data>
</Root>

not able to update with xslt as it is too big

How to do this in xslt. Please help me to get this done.

Best Regards.

Multiple Check Box

  • 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-16T14:31:37+00:00Added an answer on June 16, 2026 at 2:31 pm

    Check this and you can understand what you’ve missed

    <xsl:for-each select="Sequence/Script"> 
        <xsl:element name="input">
          <xsl:attribute name="type">checkbox</xsl:attribute>
          <xsl:attribute name="value"><xsl:value-of select="Name"/></xsl:attribute>
        </xsl:element>
        <xsl:value-of select="Name"/>
    <br />  
    </xsl:for-each>  
    

    Here is a link for Outputting HTML from an XSL style sheet

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created one listview, in this each row contain check box and the
I want to create a check box in each row in in tableview. My
I want to create a check box in each row in in tableview. My
I have a piece of code that creates check boxes in a table in
On my index page I have check boxes in each row of my table.
I have a table in an ASP.NET MVC2 form. On each row in the
I have a button that will create a new entry (row in a table)
I want to create a table representing data I have, but I want each
I have a simple contest sign-up web form. Each contestant can check a box
I have a table with a checkbox in each row. I want to do

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.