Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, i am using the xml serialization and deserialization in C#, and i dont know if it is possible to change the xml version to 1.1 or something when i save my file from the project?

this is how it looks now:
<?xml version="1.0"?>

can i change it to 1.1?

Thanks,
Sas Gabriel
Posted
Comments
Dean Oliver 31-Jan-12 11:55am    
This is not a good question based on the fact that 1.0 is the standard what purpose would you gain from changing it?
Gabriel Sas 31-Jan-12 16:20pm    
so the new .xml file to not be able to open it in the old project but only in the new one... and the old .xml file to convert it to the new file

1 solution

Looking at this[^] it would seem that "1.0" is the only accepted version.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900