In one of my XML's I have a code like this
<additional_text>.+</additional_text>
In the database it is stored as '.' but not '.+' Can anybody explain , Why is this happening?
In one of my XML's I have a code like this
<additional_text>.+</additional_text>
In the database it is stored as '.' but not '.+' Can anybody explain , Why is this happening?
As I understand you correctly, you read an xml file, and put it in a database. And then the data is changed.
Either the reading, the internal processing or the writing is changing your data. Please use a debugger (if its your code) or read the documentation (if its not).