Is there a way to create a node that has mixed XML content in it with the PHP DOM?
|
|
If I understood you correctly you want something similar to innerHTML in JavaScript. There is a solution to that:
To sumarize. What you need is: Although you didn't asked about it I'll tell you how to get the string representation of a DOM node as opposed to the whole DOM document:
Those two methods are currently not documented. |
|||
|
|
