<% Sub CreateXmlHeader( command, resourceType, currentFolder ) ' Create the XML document header. Response.Write "" ' Create the main "Connector" node. Response.Write "" ' Add the current folder node. Response.Write "" End Sub Sub CreateXmlFooter() Response.Write "" End Sub %>