Hi
The documentation for XML in MSDN suggests that the characters & > < ' " will implicitly be escaped by the MSXML parser.
However when I look in the node value text that is generated by my application the characters & > < are escaped as expected but the characters " ' (quotes and apostrophes) are not.
Does anyone know why quotes and apostrophes are not implicity escaped in the node text?
Madlarry
The documentation for XML in MSDN suggests that the characters & > < ' " will implicitly be escaped by the MSXML parser.
However when I look in the node value text that is generated by my application the characters & > < are escaped as expected but the characters " ' (quotes and apostrophes) are not.
Does anyone know why quotes and apostrophes are not implicity escaped in the node text?
Madlarry