Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Generic Web Connection Query
Generic Web Connection Query [message #584072] Thu, 01 November 2007 08:23
Ali Burak Kulakli is currently offline Ali Burak KulakliFriend
Messages: 116
Registered: July 2009
Senior Member
Hi all,

I have had a generic web connection but I need some extra info now. Here is
a pattern I am looking for

....
<tr>
<td>92</td>

<td class="date">3 days ago</td>


<td>
<a href="patch92">this is the explanation of the patch</a>
</td>

<td>not-applied</td>

<td>BurakKulakli</td>


</tr>
....

I have been using the regex below

<a href\="(patch[0-9]+?)">(.+?)</a>

This gives me "patch92" as ID and "this is the explanation of the patch" as
description which is fine. But now, I want to get "not-applied" as the
status ("not-applied" and "applied" should be considered as complete, others
incomplete) and "BurakKulakli" as the owner. Is this possible?

Cheers,
Burak
Previous Topic:Representation of tasks in trac connector
Next Topic:Task Editor
Goto Forum:
  


Current Time: Thu Apr 25 09:25:22 GMT 2024

Powered by FUDForum. Page generated in 0.65748 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top