Subject: Re: need an "&" in my text!!!Please help!
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Tue, 3 Jul 2001 17:47:21 -0400
|
[Vijay Rao]
> 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"
>
That's exactly how it's supposed to work. In HTML, you must use & or
some other escape for the character. It ***will*** display as the "&" sign,
which seems to be what you want. Example:
<html>This is an & sign</html>
Load that into a browser and it will display the "&" sign just fine. It
will NOT display "&". Of course, if you look at the file with a text
editor you will see "&", but it will display as you want.
In a url within an HTML attribute, you also must use &, as people have
been telling you. It will function correctly as the target of a hyperlink.
Tom P
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: need an "&" in my text!!!Please help!, (continued)
- Tim Watts - Tue, 3 Jul 2001 03:02:24 -0400 (EDT)
- Chris Bayes - Tue, 3 Jul 2001 03:30:49 -0400 (EDT)
- Michael Kay - Tue, 3 Jul 2001 04:41:51 -0400 (EDT)
- Vijay Rao - Tue, 3 Jul 2001 17:33:02 -0400 (EDT)
- Thomas B. Passin - Tue, 3 Jul 2001 17:53:01 -0400 (EDT) <=
- Vijay Rao - Tue, 3 Jul 2001 18:05:04 -0400 (EDT)
- Wendell Piez - Tue, 3 Jul 2001 18:01:03 -0400 (EDT)
- Peter Flynn - Fri, 6 Jul 2001 17:59:03 -0400 (EDT)
- Wendell Piez - Fri, 6 Jul 2001 19:04:12 -0400 (EDT)
|
|