diff options
Diffstat (limited to 'weblogs.asp.net.txt')
| -rw-r--r-- | weblogs.asp.net.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/weblogs.asp.net.txt b/weblogs.asp.net.txt new file mode 100644 index 0000000..7cfa49d --- /dev/null +++ b/weblogs.asp.net.txt @@ -0,0 +1,9 @@ +title: //h2[@class="pageTitle"] +strip: //div[@class="postfoot"] +strip: //h2[@class="pageTitle"] +strip: //h3[@class="pageTitle"] +body: //div[@class="post"] +author: substring-before(substring-after(//div[@class="postfoot"], 'by'), 'Filed') +date: substring-before(substring-after(//div[@class="postfoot"], 'Published'), 'by') + +test_url: http://weblogs.asp.net/scottgu/archive/2011/08/31/html-editor-smart-tasks-and-event-handler-generation-asp-net-vnext-series.aspx
\ No newline at end of file |
