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

RE: Unwanted added spaces in output code

Subject: RE: Unwanted added spaces in output code
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Wed, 29 Sep 2004 13:26:34 +0300
html output code
Hi,

> I didn't include the code because it is a hard coded part of the style
> sheet.
>
> <!--Aaron test footer area-->
>
>     <tr>
>         <td colspan="2" align="left" valign="top">
>
>             <table width="100%" cellspacing="0" cellpadding="0">
>           <tr>
>             <td colspan="3">
>
>             <table width="100%" cellpadding="0" cellspacing="0">
>                 <tr>
>                     <td bgcolor="#bdced6"><img
> src="/includes/assets/2004Design/spacer.gif" width="1"
> height="1" alt=""
> /></td>

If this is your stylesheet, you have no xml:space definitions in your
stylesheet, and it comes out as

<tr>
      <td bgcolor="#bdced6"><img alt="" height="1"
width="1"src="/includes/assets/2004Design/spacer.gif" /> </td>
</tr>

Then your serializer is doing something funny. Or rather, the spec
<http://www.w3.org/TR/xslt#section-HTML-Output-Method> says:

  "If the indent attribute has the value yes, then the html output method may
add or remove whitespace as it outputs the result tree, so long as it does not
change how an HTML user agent would render the output. The default value is
yes."

Maybe your XSLT engine gets it wrong and adds whitespace into places it
shouldn't.

What's your xsl:output/@indent setting? Try with "no".

Cheers,

Jarno - <Unknown>: Dust Angel

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.