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

RE: Inserting White Space (  ) through XSL.

Subject: RE: Inserting White Space (  ) through XSL.
From: "Mullee, John" <john_mullee@xxxxxxxxx>
Date: Fri, 30 Apr 2004 06:29:06 -0400
html space n
Maybe it's an output thing.

try
   <xsl:output
     name                    = "my_html_output_format"
     method                  = "html"
     doctype-public          = "-//W3C//DTD HTML 4.01 Transitional//EN"
     encoding                = "UTF-8"
     include-content-type    = "yes"
     indent                  = "yes"/>

      <xsl:result-document href="file://c:/temp/test.html"
format="my_html_output_format">
		<html>
			...
		</tml>
      </xsl:result-document>

also look up charater maps ..
	http://www.w3.org/TR/xslt20/#character-maps

john

> -----Original Message-----
> From: Animesh Sharma [mailto:asharma@xxxxxxxxxxxxxxxx]
> Yeah, you are perfectly right saying that. 

> -----Original Message-----
> From: Michael Kay [mailto:mhk@xxxxxxxxx]
> what HTML you want to generate and don't know how to generate 
> it, this is
> the place to ask. If you don't know what HTML you need in 
> order to produce a
> particular effect on the screen, your problem is not an XSLT problem.

> > -----Original Message-----
> > From: Animesh Sharma [mailto:asharma@xxxxxxxxxxxxxxxx] 
> > I'm trying to insert white space or &nbsp; using following XSL.


------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message.  If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system.
------------------------------------------------------------------------------

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.