455 modparam("xmlops", "xml_ns", "pidf=urn:ietf:params:xml:ns:pidf")
456 modparam("xmlops", "xml_ns", "gp=urn:ietf:params:xml:ns:pidf:geopriv10")
457 modparam("xmlops", "xml_ns", "gs=http://www.opengis.net/pidflo/1.0")
458 modparam("xmlops", "xml_ns", "gml=http://www.opengis.net/gml")
now i am trying to access the namespace "gml" from xml document but no luck:
593 xinfo("GML_LOC: $xml(x=>xpath:/gml:pos)\n");