python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Document 'load' event callbacks not called; how did I mess this up?
In this HTML document, in Chrome, none of my load event callbacks are called:
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script>
...

Jason C
Votes: 0
Answers: 1
Uncaught TypeError: DOMDocument::importNode()
I get the following error when running php on my local:
Fri, 25 Mar 2022 03:11:55 +0000---Starting f_contracts with query 1 Fri, 25 Mar 2022 03:12:01 +0000---Starting XML -> JSON conversion
Warning...

PKirby
Votes: 0
Answers: 1
php DOMDocument get part of xml as xml
i have the following xml
<HEAD>
<Body attribute3="3" attribute1="1" attribute2="2">
<Response id="4" status="OK">
...

Ntan
Votes: 0
Answers: 1
PHPUnit giving me Class "DOMDocument" not found
I had phpunit working and wanted to add xdebug and coverage so I installed xdebug. I got that done but now its saying "Class "DOMDocument" not found". I am using Ubuntu, PHP 8.0.16...
David
Votes: 0
Answers: 1