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

RE: preserveWhiteSpace=true; not working

Subject: RE: preserveWhiteSpace=true; not working
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Thu, 12 Apr 2001 11:48:08 -0700
preservewhitespace
Because you're viewing HTML in a browser.  HTML compresses all white space
to a single space when displayed.  If you want to preserve the spaces when
displayed, you need to change them to non-breaking spaces (&#160; is the
easiest XML format).

PC2

-----Original Message-----
From: Peter Tsantes [mailto:PTsantes@xxxxxxxxxxxxxx]
Sent: April 12, 2001 11:28
To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
Subject:  preserveWhiteSpace=true; not working


I am using MSXML3 running in replace mode on NT.
I'm doing a server side parse of XML and XSLT in VB as such(viewing in
IE5.5):

</snip>

My xml contains white space and line breaks like this:

<?xml version="1.0"?>
<Careers_List xml:space="preserve" >
	<joblisting>
		<id>1</id>
		<jobTitle>Java Developer</jobTitle>
		<Description>We are seeking 
		ng an experienced Java               Developer to take
charge of Interface  
		Development
		</Description>
	</joblisting>
</Careers_List>

The problem is my Description element text still outputs like this:
"We are seeking an experienced Java Developer to take charge of Interface
Development"

No white space or line breal preservation. Why is this happening?

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


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.