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

Transformer adds unwanted newlines

Subject: Transformer adds unwanted newlines
From: John English <je@xxxxxxxxxxxxxx>
Date: Fri, 03 Oct 2008 12:33:21 +0100
 Transformer adds unwanted newlines
I have a problem with a transformer which adds unwanted newlines. I am
using the Xalan that comes with JDK 1.4.2 (this is an old J2EE project
which breaks if I try to use a newer JDK) and I have a rule to copy HTML
fragments embedded in my XML:

  <xsl:template match='div|span'>
    <xsl:copy-of select="."/>
  </xsl:template>

I put in the following enclosed in <div> ... </div>:

<table cellpadding='10'><tr><td>...

but this is what I get out:

  <table cellpadding="10">
  <tr>
  <td>
  ...

This doesn't matter, except in the following case:

<pre> public class Demo {<br /> <b>public static void</b> main...

which comes out as:

  <pre>  public class Demo {<br>
  <b>public static void</b> main...

That is, Xaalan is inserting newlines between tags which are separated
only by whitespace. In the case of the <pre> block above, the spaces
after <br /> are output, followed by a newline, which means that the
indentation is completely wrong.

I have tried adding indent="no" to my <xsl:output> tag but this has no
effect.

Anyone got any ideas what I can do about this?

TIA,

----------------------------------------------------------------------
 John English              | mailto:je@xxxxxxxxxxxxxx
 Senior Lecturer           | http://www.it.bton.ac.uk/staff/je
 School of Computing & MIS | "Those who don't know their history
 University of Brighton    |  are condemned to relive it" (Santayana)
----------------------------------------------------------------------

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.