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

Re: Whitespace question

Subject: Re: Whitespace question
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Tue, 18 Sep 2001 06:28:02 -0700
nbsp newline
At 06:07 18-09-2001, Ragulf Pickaxe wrote:
The problem, though, is that I only want ' ' preserved, not linefeed and all that kind of things - these are tagged in the xml document:

<Doc>
<P>This is the document with a line feed<Newline/>so this will be on a
new line, but not<NBSP/>
this, which will be on the same line<Bold> Bold text</Bold> <Italic>Italic text, which will be place besides "Bold text" because of the 'whitespace problem'</Italic></P>
</Doc>


I search for NBSP, Newline, Bold, Italic and such and use the appropriate action to get the right output.

If you're converting to HTML, then it should be safe to globally preserve spaces. That example would become


<p>This is the document with a line feed<br>so this will be on a
new line, but not&nbsp;
this, which will be on the same line<b> Bold text</b> <i>Italic text, which will be place besides "Bold text" because of the 'whitespace problem'</i></p>


which should be fine. The only possible problem is that you'll have a double-wide space between "not" and "this", but the normal space there is part of a larger text node and wouldn't have been stripped anyway.

In general, if you're converting to HTML, preserving space is OK because the browser will do the right thing. There are exceptions, of course, but this doesn't seem to be one of them.

-Chris
--
Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc.
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


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.