Arne Blankerts on Nostr: Working on my templating engine Templado this afternoon - but getting frustrated. How ...
Working on my templating engine Templado this afternoon - but getting frustrated.
How did PHP - the language of the web - manage to lack behind DOM Standards so badly? Apart from bizarre bugs, basic things are just missing: DOMNode::isConnected or at least DOMNode::compareDocumentPosition are just missing. PHPStorm claims the latter exists, but that's just a lie... *sigh*
Can't we just throw away libxml2 and use a modern standard supporting implementation from someone else? #frustrated #dom
How did PHP - the language of the web - manage to lack behind DOM Standards so badly? Apart from bizarre bugs, basic things are just missing: DOMNode::isConnected or at least DOMNode::compareDocumentPosition are just missing. PHPStorm claims the latter exists, but that's just a lie... *sigh*
Can't we just throw away libxml2 and use a modern standard supporting implementation from someone else? #frustrated #dom