Construct the MiniWeb document.nvd file that corresponds to a URL
int Ns_UrlToNvd( Ns_DString *dest, char *hServer, char *URL );
The Ns_UrlToNvd function writes the full path name of the MiniWeb document.nvd corresponding to the given URL. The result is appended to the Ns_DString. The function does not check that the document.nvd file exists or is readable by the AOLserver process. This function returns a status of NS_OK or NS_ERROR.