On Thu, 2006-12-21 at 20:02 +0100, Bernhard Zwischenbrugger wrote:
> Hi
> 
> You can make AJAX Applications without XML (AJWOX). You can also make
> Synchronous AJAX without using the XMLHttpRequest Object.
> You can call it SJWOX (synchronous javascript without XML).
> 
> The thing I like is, that character encoding is correct if you use XML
> for sending data to the server. Wrong encoded messages are not accepted.
> 
> To make your own XML parser is not at all easy.
> Think about a simple message like:
> 
> <?xml version="1.0" encoding="utf-8"?>
> <text>&Uuml; is not Ü</text>
> 
> (Parser must report an error)

How does that prove it is difficult? XML parser is easy, tedious, but
easy.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to