-
Hey,
I fixed my previous code. But now, I have a problem with crawler.
It doesn't contain any html.
But when I'm dumping $client->getResponse(), I'm getting HTML in it.
```
$clien…
-
When loading a XHTML document with JavaScript into html5-php I expect the `//
//
```
Actual:
```
//<![CDATA[
for ( var i = 0; i < 10; i++ ) {
console.log(i);
}
//]]>
```
…
-
Currently validation on the received xml is made using simple DOM lookups like [DOMDocument::getElementsByTagName](https://www.php.net/manual/domdocument.getelementsbytagname.php).
While this technic…
-
Following #13446 (reverted in #13564), I'm seeing some issues in some environments, where:
- A doctype and HTML wrappper is added around the HTML we are modifying. This is covered here:
https://stac…
-
```
//
// file: main.pas
//
uses
{+}
{$IFDEF MSWINDOWS}Windows,{$ENDIF}
{+.}
...
,StrUtils
{$IFDEF COM}
,ComObj {$IFDEF FPC},Ole2{$ENDIF}, ActiveX
{$ENDIF COM}
;
...
{$IFDEF COM}
functi…
-
```
//
// file: main.pas
//
uses
{+}
{$IFDEF MSWINDOWS}Windows,{$ENDIF}
{+.}
...
,StrUtils
{$IFDEF COM}
,ComObj {$IFDEF FPC},Ole2{$ENDIF}, ActiveX
{$ENDIF COM}
;
...
{$IFDEF COM}
functi…
-
Hi Adrian i am using your package to parse XBRL and i gaet an error
DOMDocument::load(): Empty string supplied as input
on:
C:\Users\hp\Desktop\RLNXbrlXmlToText\Backend\vendor\adrianclay\xbrl\…
-
Get the following error when listing certain nodes:
```
PHPCRSH > ls
PHP Warning: DOMDocument::loadXML(): Input is not proper UTF-8, indicate encoding !
Bytes: 0x85 0x26 0x23 0x31 in Entity, line: 1…
-
With https://github.com/WordPress/performance/pull/1405, the Optimization Detective tests were refactored to be easier to maintain by putting the test cases into separate files. However, when changes …
-
Hi @alyousfy77885 ,
I'm trying to mimic your code but I feel like there is missing steps in the below function.
` public function signInvoice(array $invoice, array $egs_unit, string $certificate,…