Hi all,

When creating a XML-Node I want to check the values of the nodes.
How can I check a value before it is placed in the XML-node?
All values have to comply to the ISO 8859-1(Latin-1) standard.

example:
str aString;
;
//...
xmlNode = xmlDoc.createNode(XMLNodeType::ELEMENT,#SomeField,"");

//Before typing all chacters that exist in the ISO 8859-1(Latin-1)
//Is there a smarter way to do this?
aString=strKeep(sString, '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ');

xmlNode.text(aString);
//...

/b




Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to