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

Re: strip-spaces

Subject: Re: strip-spaces
From: "Colin Adams" <colinpauladams@xxxxxxxxxxxxxx>
Date: Mon, 4 Feb 2008 18:44:55 +0000
Re:  strip-spaces
xsl:strip-space targets source documents, not the stylesheet.

On 04/02/2008, Steven Ericsson-Zenith <steven@xxxxxxxxxxxxx> wrote:
> Dear List,
>
> I have
>
>   <xsl:output
>          indent="no"
>          method="xhtml"
>          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
>          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
> " />
>   <xsl:strip-space
>          elements="*" />
>
> in a style sheet, and the following template:
>
>      <xsl:template
>          match="foobar">
>          <xsl:element
>              name="span">
>              <xsl:attribute
>                  name="class">c</xsl:attribute>
>              <xsl:element
>                  name="div">
>                  <xsl:attribute
>                      name="class">d</xsl:attribute>
>                  <xsl:attribute
>                      name="style">display:none</xsl:attribute>
>                  <xsl:element
>                      name="p">
>                      <xsl:attribute
>                          name="style">text-transform:capitalize;text-
> align:left;</xsl:attribute>
>                      <xsl:element
>                          name="em">
>                          <xsl:apply-templates
>                              select="t" />
>                      </xsl:element>
>                  </xsl:element>
>                  <xsl:element
>                      name="p">
>                      <xsl:apply-templates
>                          select="d" />
>                  </xsl:element>
>              </xsl:element>
>              <xsl:apply-templates
>                  select="t" />
>          </xsl:element>
>      </xsl:template>
>
> For some reason this template alone, of all the many templates I have
> in this style sheet, is not stripped - and that failure to strip
> produces a faulty layout in IE (spit).
>
> I've tried all permutations but I don't understand why it is not
> stripped. Can someone enlighten me?
>
> Sincerely,
> Steven

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.