I'm trying to print the value (content) of the variable $this->XMLNominaCFDI
$XMLCFDI->normalizeDocument();
$this->XMLNominaCFDI = $XMLCFDI->saveXML();
I've been looking for here on SO but this answers didn't help me
Debug a DOMDocument Object in PHP
printing out html content from domelement using nodeValue
when I use var_dump
it shows this string(2202) " "
How could I display the content of see the xml tree till this moment?
I hope you can help me, thanks.
PSD: I'm using PHP 5.2.17