Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

msxml DOM API and character entities

Status
Not open for further replies.

raddler1

Programmer
Jan 5, 2003
7
0
0
DE
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 ?!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top