On 07/02/07, Felix Geisendörfer <[EMAIL PROTECTED]> wrote:
>
>  I really like this! Now even so it says it's intended to be used for XHTML
> only, is there anything in the plugin code that would make it complicated to
> use Html 4 instead? I'm just not into serving browsers with xhtml tag soup
> if they are going to parse it as Html 4 anyway ; ).
>
>  -- Felix Geisendörfer aka the_undefined
>
> --------------------------
>  http://www.thinkingphp.org
>  http://www.fg-webdesign.de

It is probably better to think of it as serving valid XML, rather than
valid XHTML as I doubt it validates the markup. Also, I assume this
plugin could be used to update an XML document (that is rendered
client side using XSL)?

I think it would struggle with tags that are self closing (as it
wouldn't be valid XML). e.g.

<taconite>
    <append select="#status">
        Your order has shipped! <hr> Please visit us again
    </append>
</taconite>

<hr> and <hr /> are both valid in HTML.

>
>
>  Danial Tzadeh wrote:
>  Wow! this thing is great!!! The idea is genius. Congratulations!
>
>
> On 2/6/07, Marshall Salinger
> <[EMAIL PROTECTED]> wrote:
>
>
>  Beautiful work Mike. I can't wait to start testing and using this!
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Mike Alsup
> Sent: Tuesday, February 06, 2007 12:40 PM
> To: jQuery Discussion.
> Subject: [jQuery] Taconite Plugin - New and Improved!
>
> I've just rewritten my Taconite Plugin and added some pretty cool
> features. If you're not familiar with Taconite, it's an easy way to
> effect multiple client-side updates with the results of a single ajax
> call. With this latest version there is absolutely no code required
> to process command documents returned from the server. The plugin
> detects taconite responses and automatically processes them for you.
>
> Other changes:
>
> - Available commands now include almost everything in the jQuery API
> - Vastly improved logging/debug support
> - Fully extensible
>
> Full details and examples can be found at:
> http://www.malsup.com/jquery/taconite/
>
> Mike
>
> PS: For anyone using my old xmlExec plugin, this is a drop-in
> replacement.
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>  _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to