[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Output sorted XHTML table for a subset of elements

Subject: Re: Output sorted XHTML table for a subset of elements
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 27 May 2008 11:15:57 -0400
Re:  Output sorted XHTML table for a subset of elements
At 06:16 PM 5/25/2008, it was written:
                     <xsl:if test="position() mod 5 = 0">
                        <xsl:text disable-output-escaping =
"yes">&#x0D;&#x0A;&lt;/tr&gt;&#x0D;&#x0A;</xsl:text>
                        <xsl:text disable-output-escaping =
"yes">&lt;tr&gt;&#x0D;&#x0A;</xsl:text>
                     </xsl:if>

The </tr><tr> bit is rather ugly, but I find the test="position() mod
5 = 0" rather elegant.

Please note that the use of disable-output-escaping introduces a hidden dependency; this won't work unless the results are serialized directly by a processor that implements d-o-e. This will exclude using this stylesheet in non-terminal positions in pipelines, in some browsers, etc., and hampers portability.


Many would say that "inelegant" is a kind way of describing this, since hidden implicit dependencies are a good way to set traps for yourself. (I try to be agnostic on the issue, but it's only fair to warn.)

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.