There is an error in the DAP parser. It recognizes urls when unquoted, but not when they are quoted strings. Recorded as Jira NCF-218. You can fix it in your source tree if you have bison on your system. Do the following: 1. go into the oc2 subdirectory 2. edit dap.y to replace: url: name {$$=$1;} with url: str_or_id {$$=$1;} 3. in that directory (oc2) do the command "make bison" 4. rebuild the complete netcdf library (make all). =Dennis Heimbigner Unidata Ticket Details =================== Ticket ID: YMY-466555 Department: Support netCDF Priority: Normal Status: Closed
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.