There is generated source code in application tag. I have already tried using LWP of perl, but it does not extracts the generated source code.
#!usr/bin/perl
use strict;
use warnings;
use LWP::Simple;
my $link = 'http://www.scc.virginia.gov/docketsearch#recentActions';
my $code = get($link);
print $code;
In div id="applicationHost" tag, no source code is displayed, but on the actual webpage we can see the content.