2 * This is the main container for the XMLDOC handler.
4 * @author Brett Fattori (bfattori@fry.com)
5 * @version $Revision: 498 $
11 /** The current version string of this application. */
12 XMLDOC
.VERSION
= "1.0";
14 /** Include the library necessary to handle XML files */
15 IO
.includeDir("handlers/XMLDOC/");
20 XMLDOC
.handle
= function(srcFile
, src
) {
24 XMLDOC
.publish
= function(symbolgroup
) {