<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0064: XPath Filtering-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
<xpath xmlns='http://jabber.org/protocol/filter/xpath'>/message/subject</xpath>
<!-- Example 2-->
<xpath xmlns='http://jabber.org/protocol/filter/xpath'>/presence/x[namespace-uri()=='jabber:x:delay']</xpath>
</stream>

