[xsl] Re; Grouping Titles under Correct Category

Subject: [xsl] Re; Grouping Titles under Correct Category
From: Brent Solly <free12spir@xxxxxxxxx>
Date: Sun, 13 May 2007 14:55:30 -0700 (PDT)
I guess what you mean by 'wildly out' is the line of
code is obsolete.  Okaay.  

'Disable-output-escaping' is used to mask specific
HTML characters that appear in the HTML output.  For
example '&amp;'   

I went to Jen's page previously before coming to this
forum. 

Thanks for your help.
-----------------------------------
Date: Fri, 11 May 2007 21:09:38 +0100
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Subject: RE: [xsl] Grouping Titles under Correct
Category
Message-ID: <017501c79408$4e3da320$6401a8c0@turtle>

This is a completely standard grouping problem.
Grouping is much easier 
in
XSLT 2.0 using xsl:for-each-group, but if you really
need to stick with 
1.0,
go to http://www.jenitennison.com/xslt/grouping to
learn how to do it.

This code:

string-length(category) !=
string-length(following::category)

is wildly out.

And why do you want to disable-output-escaping?

Michael Kay
http://www.saxonica.com/

Any state, any entity, any ideology that fails to recognize the worth, the dignity, the rights of man - That state is obsolete.
-spooky man from Twilight Zone (1961)

http://s8.invisionfree.com/Solo_Tee_and_Company/index.php?act=idx

Current Thread