[xml] ' -> ' transform



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 &quot 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]