kvnmck18 Posted August 2, 2006 Share Posted August 2, 2006 I want to start off by saying, yesterday that sucked with this being hacked...I was very sad.But it's back so that's good Now on to my question... Is it possible to do a xsl:sort when you choose a certain order...for example:I have elements that are A,B,C....but I don't want them in normal order and I just don't want them to be descending... I want them to come up A,C,B instead...is that possible?I know these the select/lang/data-type/order/case-order ...but those don't really help for what I want... ? Link to comment Share on other sites More sharing options...
boen_robot Posted August 2, 2006 Share Posted August 2, 2006 Sorting, as it's name implies is there for sorting and you're talking about repositioning.I was just about to ask if you knew the <xsl:sort>'s attributes, but I see you do. So what I can say is that it's impossible without handlining each element separately. I can't figure the exact code right now, but I'm sure it's going to be complicated.... Link to comment Share on other sites More sharing options...
kvnmck18 Posted August 2, 2006 Author Share Posted August 2, 2006 Yeah, that's what I figured...I'm going to try to find a way, I was just hoping someone had a quick fix... if I solve it I'll post it.If any one knows please post it too Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now