Dear Aspose support,
I’m facing an issue with XmlDataSource. Assume the following XML snippet:
<DATA>
<RAILPROFILE>54E2</RAILPROFILE>
</DATA>
After processing with LINQ I get the following text: 5400.0
This is really unwanted: 54E2 is interpreted as double value (even if it is not in this case) and I cannot find any switch/command to use in the template to force rendering as string.
At this time it would be somewhat difficult to adapt code and/or XML generation; which is the best/faster approach to solve this issue?
Thanks for your attention,
Kind regards
FV