This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why processor or stylesheets puts strange output


At 12:19 PM 8/23/2002, Mike wrote:
TSchutzerWeissmann@uk.imshealth.com wrote:
> <xsl:template match="text()[
>    string-length(translate(.,'&#x9;&#xA;&#xD;&#x20;',''))=0]"/>

This can be shortened to

  <xsl:template match="text()[translate(.,'&#x9;&#xA; ','')]"/>
And what of text()[normalize-space()] ?

The abomination that is XPath 2.0 will change this (string 'true' or
'1' will be true) so you'll need to put the string-length() back in
someday
That is abominable, ugh.

Cheers,
Wendell


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
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
======================================================================


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]