• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Anzeige von XML-NameSpaces mit FireFox

rig

Newbie
Hallo,

wie kann ich FireFox dazu "ueberreden", Namespaces in XML-Tags anzuzeigen?

Beispiel: Ich habe TomCat mit Axis intalliert. Wenn ich nun die WSDL vom AdminService aufrufe zeigt mir Firefox folgendes an:

Code:
<wsdl:definitions targetNamespace="http://xml.apache.org/axis/wsdd/">

Im Quellcode steht aber:

Code:
<wsdl:definitions targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://xml.apache.org/axis/wsdd/" xmlns:intf="http://xml.apache.org/axis/wsdd/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

Der IE zeigt immer das komplette XML-Dokument mit allen Namespaces an. Was muß ich tun, damit Firefox dieses auch tut ?

Danke & Gruß
rig
 
Oben