[xml] ' -> ' transform
- From: Yuuichi Teranishi <teranisi gohome org>
- To: xml gnome org
- Subject: [xml] ' -> ' transform
- Date: Thu, 19 Apr 2001 19:52:47 +0900
Hi,
In the file entities.c from the line 661 (On latest CVS),
there are codes like:
#if 0
} else if ((*cur == '\'') && (!html)) {
*out++ = '&';
*out++ = 'a';
*out++ = 'p';
*out++ = 'o';
*out++ = 's';
*out++ = ';';
#endif
Why these codes are disabled by '#if 0'?
I think it is unexpected that &apos is dumped as '
while " is dumped as ".
( I'm sorry if this is FAQ.)
Thanks.
P.S.
I want following problem to be fixed...
http://mail.gnome.org/archives/xml/2001-April/msg00017.html
--
Yuuichi Teranishi <teranisi gohome org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"Living is easy with eyes closed, misunderstanding all you see..."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]