Replacing forbidden chars
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know of a c++ API function that replaces xml forbidden chars (<>&'") with their respective entity references (i.e, replacing the & chars with & entity) ?
I've written a spirit (http://spirit.sourceforge.net) grammar that does that. You can download it at http://iobind.sourceforge.net