tridion

how to add a attribute in existing xml using vbscript

Hi Guys, I have below xml and I am using VBSript to generate it. <?xml version="1.0"?> <tcm:ListItems xmlns:tcm="http://www.tridion.com/ContentManager/5.0" ID="tcm:481-86880-2" Managed="10682"> <tcm:Item ID="tcm:481-594051"/> <tcm:Item ID="tcm:481-594088"/> <tcm:Item ID="tcm:481-594089"/> <tcm:Item ID="tcm:481-594090"/> <tcm:...

How can I change the schema of an existing tridion component

I have some component items in tridion which are set up for a particular schema. I'd like to be able to change the schema for those items to a newer schema. The new schema retains all of the existing properties that the old one had, so there would be no data loss. In this situation it is not possible to just alter the existing schema. D...