Allows to set content to the given axlNode instance. The xml node content is that part defined inside two xml starts, using the same label, that are balanced. Here is an example: <data> Content inside the xml node. </data> Because the function will perform a local copy for the provided data, it will also check for especial entities to be placed properly. The following characters represents the set of characters that should be referenced by using its associated entity reference. But, if provided as is, the function will translate them into the appropiate entity reference.
In general it is a good idea to espace previous sequences by providing the right entity value, avoding the additional computation required to translate the value received. Rembember that valid XML documents have these values escaped.
|