266 CHAPTER 7 SIMPLEXML /* Initial entry
266 CHAPTER 7 SIMPLEXML /* Initial entry point so load the PAD template created from DOM */ $sxetemplate = simplexml_load_file($padtemplate); } /* If in working state display the working template for editing or preview */ if (! $bSave) { print ‘
‘ ; } else { /* Final PAD file has been saved - Just print message */ print “PAD File Saved as $savefile”; } } else { /* Application unable to retrieve the specification file - Error */ print “Unable to load PAD Specification File”; } ?>