I am getting error while opening the file..
I have uploaded the file on the google drfive ND THE LINK IS BELOW.
https://drive.google.com/open?id=0BxHJwh5wwfQieE5tZzBCTEpWLXc
Please reply ASAP of what could be the possible reason the error might be coming?
I am handling all XML characters and working in the c# code to generate the diagram.
string sNodeLabel = flowchartObject.nodes[iObjFC].name
.Replace("'", "'").Replace(">", ">")
.Replace("<", "<").Replace("\"", """)
.Replace("&", " & ");
string sNodeIDText = flowchartObject.nodes[iObjFC].id.ToString()
.Replace("'", "'").Replace(">", ">")
.Replace("<", "<").Replace("\"", """)
.Replace("&", " & ");