[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Simple] XCAP default namespaces
Hi,
PUT fragment in XCAP without namespace could be a problem.
Eg:
<entry uri="sip:bob at example.com">
<display-name>Bob Jones</display-name>
</entry>
Should be:
<entry xmlns="urn:ietf:params:xml:ns:resource-lists"
uri="sip:bob at example.com">
<display-name>Bob Jones</display-name>
</entry>
In the former we cannot distinguish between no namespace and default
namespace. Similar problem is faced in XPATH default namespace binding, in
XPATH unless explicitly specified in the form "namespace:path" no
namespace is considered.
Regards
-Anurag
_______________________________________________
Simple mailing list
Simple at ietf.org
https://www1.ietf.org/mailman/listinfo/simple