Re: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Michael A. Peters
Ashley Sheridan wrote: I never tried to say that classes are case-sensitive, that was actually mentioned by Lupus who misunderstood what I was trying to say. What I was meaning is exactly what you just said here, that the PECL DomDocument is very different from the more typical DOMDocument. I

RE: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Andrea Giammarchi
Date: Mon, 5 Oct 2009 13:11:12 +0100 > Subject: RE: [PHP] Developer Question [DOMDocument] > > On Mon, 2009-10-05 at 13:59 +0200, Andrea Giammarchi wrote: > > > > > > search engines aren't case-sensitive! > > > > ... try to search php.net or PHP.NET

RE: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Ashley Sheridan
On Mon, 2009-10-05 at 13:59 +0200, Andrea Giammarchi wrote: > > > search engines aren't case-sensitive! > > ... try to search php.net or PHP.NET in Google and you'll obtain exactly the > same result ... in PHP strtolower and strToLower are exactly the same, as the > same is DomDocument, DOMDo

RE: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Andrea Giammarchi
00 > Subject: RE: [PHP] Developer Question [DOMDocument] > > > > > search engines aren't case-sensitive! > > ... try to search php.net or PHP.NET in Google and you'll obtain exactly the > same result ... in PHP strtolower and strToLower are exactly the sam

RE: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Andrea Giammarchi
> search engines aren't case-sensitive! ... try to search php.net or PHP.NET in Google and you'll obtain exactly the same result ... in PHP strtolower and strToLower are exactly the same, as the same is DomDocument, DOMDocument, or DOMDOCUMENT, at least in PHP 5.3 If you used an early versio

Re: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Ashley Sheridan
On Mon, 2009-10-05 at 13:36 +0200, Lupus Michaelis wrote: > Ashley Sheridan wrote: > > > > I've not had a look at DOMDocument myself, having only used DomDocument > > before (there's a slight difference in the capitalisation of the 2nd and > > 3rd letters which made it a pain in the proverbial to

Re: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Lupus Michaelis
Ashley Sheridan wrote: I've not had a look at DOMDocument myself, having only used DomDocument before (there's a slight difference in the capitalisation of the 2nd and 3rd letters which made it a pain in the proverbial to work with at first!) Did you never notice that PHP has case insensitiv

RE: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Andrea Giammarchi
: mpet...@mac.com > To: php-general@lists.php.net > Subject: [PHP] Developer Question [DOMDocument] > > I'm hoping someone who knows the answer to this question is on this list. > > I need to modify either libxml2 and/or php DOMDocument to make a small > change. > > Issu

Re: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Michael A. Peters
Michael A. Peters wrote: Ashley Sheridan wrote: I've not had a look at DOMDocument myself, having only used DomDocument before (there's a slight difference in the capitalisation of the 2nd and 3rd letters which made it a pain in the proverbial to work with at first!) but I would assume that

Re: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Michael A. Peters
Ashley Sheridan wrote: I've not had a look at DOMDocument myself, having only used DomDocument before (there's a slight difference in the capitalisation of the 2nd and 3rd letters which made it a pain in the proverbial to work with at first!) but I would assume that if it might offer a metho

Re: [PHP] Developer Question [DOMDocument]

2009-10-05 Thread Ashley Sheridan
On Mon, 2009-10-05 at 01:45 -0700, Michael A. Peters wrote: > I'm hoping someone who knows the answer to this question is on this list. > > I need to modify either libxml2 and/or php DOMDocument to make a small > change. > > Issue - saveHTML() function predates html5 (which isn't even finalized

[PHP] Developer Question [DOMDocument]

2009-10-05 Thread Michael A. Peters
I'm hoping someone who knows the answer to this question is on this list. I need to modify either libxml2 and/or php DOMDocument to make a small change. Issue - saveHTML() function predates html5 (which isn't even finalized yet) and thus does not know about it's tags. the source element is