Re: [PHP] C14

2011-10-18 Thread QI.VOLMAR QI
I already do that. I alos instaled the libxml2 :/

2011/10/18 Daniel Brown 

> On Tue, Oct 18, 2011 at 18:12, QI.VOLMAR QI  wrote:
> > Doesn't work. My server is a 5.1.6
>
> Keep replies on the list please.
>
>Just because that's your version doesn't mean it doesn't work.  It
> means you probably don't have libXML compiled-in with your PHP.  Check
> with your systems administrator, hosting provider, or someone else who
> will know where to look.
>
> --
> 
> Network Infrastructure Manager
> http://www.php.net/
>


Re: [PHP] C14

2011-10-18 Thread Daniel Brown
On Tue, Oct 18, 2011 at 18:12, QI.VOLMAR QI  wrote:
> Doesn't work. My server is a 5.1.6

Keep replies on the list please.

Just because that's your version doesn't mean it doesn't work.  It
means you probably don't have libXML compiled-in with your PHP.  Check
with your systems administrator, hosting provider, or someone else who
will know where to look.

-- 

Network Infrastructure Manager
http://www.php.net/

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



Re: [PHP] C14

2011-10-18 Thread Daniel Brown
On Tue, Oct 18, 2011 at 16:36, QI.VOLMAR QI  wrote:
> Como faço C14N com o PHP antes da versão 5.2?
>
> How I can make C14N with php before  version 5.2?

It's in PHP 5.1.0 and newer.  Try this:

loadHTMLFile($your_filename);echo
$dom->documentElement->C14N();?>
-- 

Network Infrastructure Manager
http://www.php.net/

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