DOMElement string value

Hello,
How do I print out String value of a DOMElement? Is there a toString() like function?

thank you
Slava

DOMElement is an object instance. Depending on which data you wish to extract from it with a textual representation, you can use several methods. See this page for more information. Alternatively, maybe strval() is an option.

Sponsor our Newsletter | Privacy Policy | Terms of Service