xsl-list
[Top] [All Lists]

[xsl] Re; Grouping Titles under Correct Category

2007-05-13 14:55:55
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 '&'   

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(_at_)lists(_dot_)mulberrytech(_dot_)com>
From: "Michael Kay" <mike(_at_)saxonica(_dot_)com>
Subject: RE: [xsl] Grouping Titles under Correct
Category
Message-ID: <017501c79408$4e3da320$6401a8c0(_at_)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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>