Hi,
Can you help me if during creating an xml file and Carriage return or Line Feed was added. Is there something I can add to the code to search the file first and replace them before carrying on.
Here is an example:
<sessionid>36346</sessionid> <id>579</id> <their name>My Name</theirname>
I would like it to read it as:
<sessionid>36346</sessionid> <id>579</id> <theirname>Kitchen Plan</theirname>
Can you help me please, I need to add some time of error correction or I could get problems (which I have already had)
thanks |
|
|