Posts

Showing posts from December, 2021

Studio sessions checker framework

 (C)2021 Ron E. Allen - all rights reserved. This dumps the raw XML sessions file – we could get a little fancier and read the XML pieces individually or strip away the unneeded info form the XML file:   ---------------------------------------------------------------------- ron.allen  xx-systemID-- ---------------------------------------------------------------------- 123-456-789 Last Modified: 2021-01-01t0001 <?xml version="1.0" encoding="utf-8"?> <Session Version="1.0">   <Document>Somefile   20xx.xx.xx_xx.pdf?</Document>   <Active>Somefile   20xx.xx.xx_xx.pdf?</Active> </Session> ---------------------------------------------------------------------- 123-456-788 Last Modified: 2021-01-01t0002 <?xml version="1.0" encoding="utf-8"?> <Session Version="1.0" /> ---------------------------------------------------