Hi there,
I am facing below issue with Aspose 14.12.
I have a word document file with some customized field values which is being generated by my application. When I am passing this word document to aspose to create xml file, it is creating the bad xml node in that xml file. And because of this I am facing issue in my application when I am passing this wrongly generated xml file further in my application it removes that node values.
I have attached below files for your reference:
- Input.docx - Input file
- Output.xml - Output file
- CorrectNode.png - Image of node field correctly generated in above xml
- WrongNode.png - Image of node field wrongly generated in above xml
The node which I am referring here has value “contract.state” in 2 places in output.xml file. In above part value is being stored properly in one node as I am showing in image ‘CorrectNode.png’ but in lower part of xml file it is not being stored properly in one node and splitted into 2 nodes which I am showing in image file ‘WrongNode.png’
Please look into this on high priority as it is creating issue for one of our client.
Thanks
Pawan