Hi,
I am using Ixmldomdocumentptr save() method to create an XML at the given file path. But, I noticed that if the file name contains % sign (e.g.%00921.par.xml) in it then the the Ixmldomdocumentptr::Save() method fails.
I also noticed that if the file name is like 0364%58.par.xml then Ixmldomdocumentptr::Save() creates the XMl as 0364X.par.ixf that means it replaces %58 with X when it create the XML.
Can you please help me?