Thomas J.S.: Namespace-Präfix des root-Elements auslesen

Beitrag lesen

Hallo,

Ich möchte das Namespace-Präfix des root-elements (hier also "soapenv" des Elements "Envelope") mit xslt aus einem soap-request auslesen... Hat jemand eine zündende Idee?

Besten Dank!

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:arc="http://soa.company.net/ch/architecture" xmlns:pin="http://soa.company.net/ch/architecture/PingWsTest_2_0">

</soapenv:Envelope>

  
substring-before(name(//\*[namespace-uri(.) = 'http://schemas.xmlsoap.org/soap/envelope/']), ':')  
  
Grüße  
Thomas