|
Hi all,
I'm currently investigating custom check-in policies. I've got the basic structure of one up and running. So far so good.
What I would like to do is check the item that is being checked-in to see if it conforms to certain internal coding standards. To do that I need to look inside the file itself - I will then probably use XQuery to look at the contents of it.
Anyway, my question is, how can I actually take a look inside the item? The pendingChange object provides useful information such as the name of the file being checked-in, but it doesn't contain the path of the file. If it did then I could probably instantiate it as an XML document.
Any pointers would be very much welcomed.
-Jamie
http://blogs.conchango.com/jamiethomson |