On 12/06/2010 07:17 PM, Daniel-Constantin Mierla wrote:
you can define many xml_ns parameters, each with
different prefix. I
guess the inner xmlns overwrites the other one in your sample xml
document, so you have to use different prefix for that nodes:
modparam("presence_xml", "xml_ns",
"pidf=urn:ietf:params:xml:ns:pidf")
modparam("presence_xml", "xml_ns",
"geop=urn:ietf:params:xml:ns:pidf:geopriv10")
Try a path like:
/pidf:presence/pidf:tuple/pidf:status/geop:geopriv/...
Works like charm, thanks a lot :)
Andreas