xsl-list
[Top] [All Lists]

RE: Inserting White Space (  ) through XSL.

2004-04-30 03:29:06

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(_at_)in(_dot_)firstrain(_dot_)com]
Yeah, you are perfectly right saying that. 

-----Original Message-----
From: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk]
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(_at_)in(_dot_)firstrain(_dot_)com] 
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.
------------------------------------------------------------------------------