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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:43:13+00:00 2026-05-15T10:43:13+00:00

I want design something like… <DB[0]><xsl:value-of select=test><DB[0]> which will update the database table field

  • 0

I want design something like…

<DB[0]><xsl:value-of select="test"><DB[0]>

which will update the database table field DB[0] with data test.
But it’s not working …as xsl is not allowing [] bracket.

  • 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-05-15T10:43:14+00:00Added an answer on May 15, 2026 at 10:43 am
    1. In case you need to create a well-formed XML document, then a string like “<DB[0]>” isn’t a legal name.

    2. In case you want to create just text, you can alwyas do so by specifying:

    <xsl:output method="text"/>

    So, this transformation:

    <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:output method="text"/>
    
     <xsl:template match="/">
       &lt;DB[0]><xsl:value-of select="test"/>&lt;/DB[0]>
     </xsl:template>
    </xsl:stylesheet>
    

    when applied on this XML document:

    <test>XXX</test>
    

    produces:

    <DB[0]>XXX</DB[0]>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to design a table which looks something like this: avaya nchar(6) NOT
I'm new to web design. I want to make my page look something like
Suppose I want to design an Ecore metamodel that looks something like this, designed
I am trying to so something like Database Design for Tagging , except each
I want to design something like this in android..See the Buttons Bar -> New
The design of the UITableView is something like this: I want to make my
I want a facebook fan page with something like this: With new design/theme, matching
Often, when I want a class which is thread-safe, I do something like the
I want to design a class that will be like a singleton in the
I want to design a c# program which can run program a 3rd exe

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.