[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
At 06:16 PM 5/25/2008, it was written:
<xsl:if test="position() mod 5 = 0"> <xsl:text disable-output-escaping = "yes">
</tr>
</xsl:text> <xsl:text disable-output-escaping = "yes"><tr>
</xsl:text> </xsl:if> 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 ======================================================================
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|