c# - Custom XML convert with mapping -
i have xml string below. <root> <row> <productname>peterson</productname> <productimageurl>gina henry</productimageurl> <ontop>false</ontop> <key/> <onscan>false</onscan> <productcode/> <brandname> <productbrand>annie jones</productbrand> </brandname> <productcategory>new category</productcategory> <productdescription>mcintyre jeanne lucas</productdescription> </row> <row> <productname>peterson</productname> <productimageurl>gina henry</productimageurl> <ontop>false</ontop> <key/> <onscan>false</onscan> <productcode/> <brandname> <productbrand>annie jones</productbrand> </brandname> <productcategory>new category</productcategory> <productdescription>mcintyre j...