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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|