xsl-list
[Top] [All Lists]

RE: note: Handling ' ' in source xml

2005-09-08 07:14:37
What you need is still unclear. You can't put an ampersand directly in either 
type of document (XML or HTML). To do so is to make a non-well-formed document, 
that is to say, it isn't XML or HTML, just something that looks like it.

Escaped ampersands or non-breaking spaces should copy directly with no trouble, 
just like any other string of characters.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Phun Li <phun_li(_at_)yahoo(_dot_)com>
Sent:     Thu, 8 Sep 2005 07:06:46 -0700 (PDT)
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  [xsl] note: Handling '&nbsp;' in source xml

sorry for my english i meant to say

Basically the source xml i'm converting to xml, 

should be converting to HTML

and in case yahoo interfered with post i spaced these
out, i just want to.

replace
& amp ; nbsp ;  (source xml)
with
& #160 ;  or & nbsp ;  (output html)

thank you Li


        
                
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • RE: note: Handling '&nbsp;' in source xml, cknell <=