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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:28:26+00:00 2026-05-24T10:28:26+00:00

Im trying to sort all elements, then attributes, which ive got working, however i

  • 0

Im trying to sort all elements, then attributes, which ive got working, however i cant figure out for the life of me how to remove attributes that are empty

Here is the sort XSLT

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:output method="xml" indent="yes"/>

<xsl:template match="@* | node()">
    <xsl:copy>

        <xsl:apply-templates >
            <xsl:sort select="local-name()"/>
        </xsl:apply-templates>

    </xsl:copy>
</xsl:template>


<xsl:template match="*[*]">

    <xsl:copy>
        <xsl:apply-templates select="@*" >
            <xsl:sort select="local-name()" />
        </xsl:apply-templates>

        <xsl:apply-templates select="*" >
            <xsl:sort select="local-name()"/>
        </xsl:apply-templates>

    </xsl:copy>
</xsl:template>

Thanks for any 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-05-24T10:28:26+00:00Added an answer on May 24, 2026 at 10:28 am

    Well the only place where you process attribute nodes is <xsl:apply-templates select="@*"> so changing that to <xsl:apply-templates select="@*[normalize-space()]"> might suffice.

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

Sidebar

Related Questions

I'm trying to sort any array with array_multisort() and everything is working great. However,
I'm trying to find all permutations of a string and sort them alphabetically. This
Hey all, I'm trying to write a sort function but am having trouble figuring
we're trying to sort out some conventions for handling dependencies with code checked into
I'm trying to create a sort of tree diagram, in which the most recent
I'm trying the following: Get content from another page and then sort it. I'm
I'm trying to sort div's by content date... What i've got is sorting. But
I am trying to sort a singly linked list which has been created and
I'm trying to add a bit of jQuery code to all elements that have
I am trying to sort elements of a set but unable to do so

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.