Closed
Bug 272118
Opened 21 years ago
Closed 21 years ago
pretty print for XML documents hides the xmlns attributes which is pretty uncomfortable. please fix this bug!
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 175946
People
(Reporter: lesnatali, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
The following xml tag with a lot of xmlns declarations:
<wsdl:definitions targetNamespace="urn:example-com:document:rfc:functions"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:n0="http://www.example.com/soap/features/authentication/"
xmlns:sap="http://www.example.com/wsdl/features"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:intf="http://ws-policy.tests"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/04/policy">
is shown just as a
<wsdl:definitions targetNamespace="urn:sap-com:document:sap:rfc:functions">
please fix this bug!
(I hope I did not irritate you too much asking you - friendly! - to fix this
bug, did I?)
Reproducible: Always
Steps to Reproduce:
1. get an xml file with xmlns attributes
2. show it up in the browser
3.
Actual Results:
xmlns attributes do not show up
Expected Results:
they should have been displayed
please fix this bug!
no guys, just kidding - do NOT fix this bug.
Just enjoy it as we do.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 175946 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•