PHP Classes

xhtml strict

Recommend this page to a friend!

      PHP Ajax  >  All threads  >  xhtml strict  >  (Un) Subscribe thread alerts  
Subject:xhtml strict
Summary:PHPAjax violates xhtml strict
Messages:1
Author:Fodor László
Date:2008-12-20 19:11:41
 

  1. xhtml strict   Reply   Report abuse  
Picture of Fodor László Fodor László - 2008-12-20 19:11:42
PHPAjax is a great tool, I like it more and more, but I use xhtml strict doctype, and it violates the rules while including the scripts (missing type attribute), and with pure ampersands in the callback url while calling the pfpajax_execute function.
I could manage the scripts replacing '<script src=' to '<sript type="text/javascript" src=', but this approach failed with the ampersands, because if I replaced them to "&amp;" my arguments do not work...

Thanks, FDR