Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on one project in which i create sphinx compatible xml document.I declare document id for each document.With the time new documents added to this file.Now what i want to only change id values for older documents ,content of that document remain same.For example i have 20 documents so i define id from 1 to 20.Now 5 new document is added to file so i assign 1 to 5 id to these newly added documents and then change id values of existing 1 - 20 to 6 - 25.The content of document remains same only id values will be changed.Is there any possible way to doing this?

share|improve this question
Why do you want to do this? Sounds like a bad idea to me. Just going to lead to confusion. – barryhunter Jun 14 '12 at 14:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.