On 6/3/2010 10:02 AM, Upendra Dadi wrote:
Hi,
In my catalog.xml file, I have many <dataset> elements in a deep
hierarchy. Some of these elements have large number of <catalogRef>
elements. My problem is that when i display the corresponding
catalog.html in the web browser, the folders corresponding to
<dataset> elements doesn't collapse(i.e. the subdirectories are shown
in the main page itself) making my page too large and cumbersome. Is
there a way to display the folder hierarchy while showing the
subdirectories in another page as a link instead of displaying all of
them in the main page itself? Any help is appreciated.
Upendra
_______________________________________________
thredds mailing list
thredds@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
Hi Upendra:
You'll notice that whenever theres a catalogRef, that is a link to a new
HTML page. So you can control your presentation by breaking up your
thredds config files into the size you want the user to see on one page.
John