Sorry, I mean to say phpxpath requires, not xml.
Dan
php...@li... (php...@li...) wrote:
> Send Phpxpath-users mailing list submissions to
> php...@li...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/phpxpath-users
> or, via email, send a message with subject or body 'help' to
> php...@li...
>
> You can reach the person managing the list at
> php...@li...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Phpxpath-users digest..."
>
>
> Today's Topics:
>
> 1. special characters (Dan Allen)
>
> --__--__--
>
> Message: 1
> Date: Fri, 17 May 2002 13:58:37 -0700
> From: Dan Allen <da...@mo...>
> To: php...@li...
> Subject: special characters
>
> Just so everyone knows, xml requires that us use UTF-8 encoding in
> your xml documents. That means it is impossible to have all of
> those german/french accents in regular form. You must use XML
> entities, which just like < and > replace in the output those
> characters which are not alpha-numeric characters. So the phpxpath
> code should not! check for these characters, you should convert them
> when you make your document by using
>
> utf8_encode()
>
> Dan
>
>
>
> --__--__--
>
> _______________________________________________
> Phpxpath-users mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpxpath-users
>
>
> End of Phpxpath-users Digest
--
It is not enough to succeed.
Others must fail.
-- Gore Vidal
|