2005-03-01, 05:33 PM
The reason you get the Validation error, when you remove the only scheduled recording is because the Schema that is used to validate the file, specifies that there has to be at least one Recording element in the PriorityRecordings.xml file. If there isn't one, it doesn't pass validation, and CDK Scheduler will complain about the same thing as well. This is done on purpose to make sure that CDK Scheduler is always getting a Valid XML file so it can process items correctly. Without this validation, there could be problems that occur once the program tries to start scheduling.
To avoid this situation, if there is only one recording in the scheduler, and you try to delete, it maybe XRecord to could warn you about this and suggest that you change that Scheduled Item instead of deleting it. This way, you will always have at least one recording in the scheduler.
The Sample PriorityRecordings.xml contains real programs to give people an idea on how programs can be scheduled and setup. There were too many problems with people setting up their initial recordings without it (yes even more than there are now).
To avoid this situation, if there is only one recording in the scheduler, and you try to delete, it maybe XRecord to could warn you about this and suggest that you change that Scheduled Item instead of deleting it. This way, you will always have at least one recording in the scheduler.
The Sample PriorityRecordings.xml contains real programs to give people an idea on how programs can be scheduled and setup. There were too many problems with people setting up their initial recordings without it (yes even more than there are now).