On Thu, Jun 10, 2004 at 11:58:05AM -0700, Andy Bierman wrote:
What I do not yet understand is how namespaces play with this. I
guess
this needs more thought and investigation.
Either:
<rpc message-id="101" xmlns="netconf-uri">
<get>
<data xmlns="http://example.com/schema-1"/>
</get>
</rpc>
or:
<rpc message-id="101" xmlns="netconf-uri">
<get>
<data>
<filter filter-type="namespace">
http://example.com/schema-1
</filter>
</data>
</get>
</rpc>
I am not sure as long as I do not know the details how xpath works
together with namespaces. As I said, this needs more thoughts (at
least on my side).