Re: domxml problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 16 May 2005 09:52, Georgi Ivanov wrote:
> On Friday 13 May 2005 20:03, Brian V Bonini wrote:
> > On Fri, 2005-05-13 at 10:31, Georgi Ivanov wrote:
> > > But it gives me error on this line :
> > > $DomDocument = domxml_open_file($file);
> >
> > What's the error?
>
> The error is :
> "Call to undefined function"
> I tried with the new function (	domxml_open_file) and depricated one
> (xmldocfile)
> There is no dom_xml_file function .

Hello (Zdrasti :-)),

AFAIK the DOM XML extension is not being released with PHP 5. Yes you can 
configure PHP to use it, but will be released ONLY with PHP 4. 

I can advise you to use the DOM extension if you want to have DOM XML support, 
or the much easier SimpleXML extension for XML parsing, generation, etc. 
After PHP 5.1 is being released (chech the schedule) you can use the libxml 
extension which is the best for me.

>
> > Try:
> >
> > $dom = dom_xml_file($file);
> >
> >
> > --
> >
> > s/:-[(/]/:-)/g
> >
> >
> > Brian        GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
> > ======================================================================
> > gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
> > Key Info: http://gfx-design.com/keys
> > Linux Registered User #339825 at http://counter.li.org

-- 

Cyberly yours,
Petar Nedyalkov
Devoted Orbitel Fan :-)

PGP ID: 7AE45436
PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc
PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436

Attachment: pgp7QTTffoffC.pgp
Description: PGP signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux