Need some problems with character entities again.I am using msxml3 DOM API
Basicly I have to perform 3 steps:
1.Read some text, create and add it to a node
This is a test
2. Add a character entitie to that node
This is a test &en_test;
3. Add some text to that node later in my code.
This is a test &en_test; New Text
I am having difficulties with the 3rd step. I am using the createEntityReference method to add the entities but how do I add more text to the node and preserve the format of the entity. I need this to work badly.Someone please give me a hint ?!
Basicly I have to perform 3 steps:
1.Read some text, create and add it to a node
This is a test
2. Add a character entitie to that node
This is a test &en_test;
3. Add some text to that node later in my code.
This is a test &en_test; New Text
I am having difficulties with the 3rd step. I am using the createEntityReference method to add the entities but how do I add more text to the node and preserve the format of the entity. I need this to work badly.Someone please give me a hint ?!