Subject: RE: note: Handling ' ' in source xml
From: cknell@xxxxxxxxxx
Date: Thu, 08 Sep 2005 10:14:37 -0400
|
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@xxxxxxxxxx - email
-----Original Message-----
From: Phun Li <phun_li@xxxxxxxxx>
Sent: Thu, 8 Sep 2005 07:06:46 -0700 (PDT)
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: note: Handling ' ' 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/
|