| DataSet | \n" ); + sb.append( "Description | \n" ); + sb.append( "
|---|---|
| \n" );
+ sb.append( "\t\t | \n" );
+ sb.append( "\t\n" );
+ sb.append( "\t\tCategory: " + ds.getCategory() + " \n" ); + sb.append( "\t\tName: " + ds.getName() + " \n" ); + sb.append( "\t\tDescription: " + ds.getDescription() + " \n" ); + + String url = ds.getDatasetUrl(); + if ( url.endsWith( "/" ) ) + url = url.substring( 0, url.lastIndexOf( "/" ) ); + + sb.append( "\t\tXML " ); + sb.append( "\t\tBDV \n" ); + sb.append( "\t | \n" );
+ sb.append( "