<p>Vue <strong>outsideURLs</strong> applicable sur <em>{'class': u'package'}</em></p>
<pre>&lt;?xml version='1.0' encoding='UTF-8'?&gt;
&lt;ruleset xmlns='http://experience.univ-lyon1.fr/advene/ns/advenetool'&gt;
  &lt;rule name='Assistants'&gt;
    &lt;event name='AnnotationBegin'/&gt;
    &lt;condition operator='equals' rhs='string:assistant' lhs='annotation/type/id'/&gt;
    &lt;action name='PushURL'&gt;
      &lt;param name='url' value='annotation/content/parsed/URL'/&gt;
      &lt;param name='message' value='annotation/content/parsed/name'/&gt;
    &lt;/action&gt;
  &lt;/rule&gt;
  &lt;rule name='os'&gt;
    &lt;event name='AnnotationBegin'/&gt;
    &lt;condition operator='equals' rhs='string:operatingSystem' lhs='annotation/type/id'/&gt;
    &lt;action name='PushURL'&gt;
      &lt;param name='url' value='annotation/content/parsed/URL'/&gt;
      &lt;param name='message' value='annotation/content/parsed/name'/&gt;
    &lt;/action&gt;
  &lt;/rule&gt;
&lt;/ruleset&gt;
</pre>