I have an in-app purchase support in my Windows Phone app, and want to add a server-side receipt verification. However, I want to canonicalize the receiptXml before sending it to server, so I am looking for a ready-to-use approach for XML canonicalization on Windows Phone.
Asked
Active
Viewed 984 times
0

JasonMArcher
- 14,195
- 22
- 56
- 52

Arsen Y.M.
- 673
- 1
- 7
- 18
-
3So you're looking for a library (which is off-topic for SO)? – Some programmer dude Sep 12 '14 at 20:44
-
possible duplicate of [Best open XML parser for C++](http://stackoverflow.com/questions/170686/best-open-xml-parser-for-c) – jliv902 Sep 12 '14 at 21:43
1 Answers
2
Good libraries for C++ XML parsing are RapidXML, TinyXML, pugixml or maybe (depending on work env) Xerces-C++

Paul Evans
- 27,315
- 3
- 37
- 54