This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: need an "&" in my text!!!Please help!


Vijay,

What's wrong with "Special Terms & Liabilities"? isn't it displaying 
properly?

My guess is that disable-output-escaping is simply not supported in XT (was 
it Mike K. who suggested that? Jeni?). In which case if you *really* have 
to have it, switching processors may be in order. It is worthwhile trying 
another processor just to test your code in any case.

But first I'd check to see whether the output you get now doesn't display 
just fine. It is, after all, correct HTML and the way it *should* be done. 
A plain '&' may display in some browsers, but it's illegal HTML (since in 
HTML, as in XML, the & is the open markup delimiter for entity references).

Good luck,
Wendell

At 10:27 PM 7/3/01, you wrote:
>Ya that is true many people gave me answers but none
>of them gave me a solution.My problem still persists.
>I need an & to be displayed as in "Special Terms &
>Liabilities" on a tab in HTML page.Now when i tried
>putting & the parser for xml did not allow me so i put
>& in my xml but at my xsl when i selected this
>value i said disable-output escaping ='yes' but it
>still seems to output & so the text i get is like
>this "Special Terms & Liabilities"
>
>--Vijay


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]