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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:42:38+00:00 2026-05-16T08:42:38+00:00

I am unsure if this is an error, or if this is just how

  • 0

I am unsure if this is an error, or if this is just how XSLT sort works.

When I do the following:

<xsl:apply-templates select="//*[@id&lt;=50000]">
  <xsl:sort select="@id" />
</xsl:apply-templates>

The results are not being sorted as if they are numbers.

For example I would get the following results:

@id 0
@id 1
@id -1
@id 100
@id -100
@id 12345
@id 2
@id -2
@id 200

etc..

But I would like results to be:

@id -100
@id -2
@id -1
@id 0
@id 1
@id 2
@id 100
@id 200
@id 12345

etc..

How can I get the sort to treat the results numerically?

I know number() can convert a string to a number, but I don’t know how this would be used in this context.

Any suggestions of what I can do to fix this would be appreciated 🙂

  • 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-16T08:42:38+00:00Added an answer on May 16, 2026 at 8:42 am

    The xsl:sort element will sort alphabetically by default.

    You need to specify numeric sort order by adding the data-type attribute with a value of number:

    <xsl:apply-templates select="//*[@id&lt;=50000]">
      <xsl:sort select="@id" data-type="number" />
    </xsl:apply-templates>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry if this is a comp-sci 101 question. I'm just unsure if I'm missing
I am unsure if this is even possible, but I thought I would ask.
Unsure if I've phrased this correctly, but in the callback how do I reference
I'm a little unsure how the open source licensing stuff works. If I were
When I am unsure about some thing for a project, I usually use a
I want place ads in my website, but I'm unsure about the common practices
In ASP.NET 2, I've used Field Validators, and RequiredField validators, but I'm unsure of
This question is a result of what i noticed while trying to answer another
(Note to any future readers: The error, unsurprisingly, is in my code and not
I'm using .netCHARGE ( http://www.dotnetcharge.com/ ) to process credit cards and I'm getting the

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.