radman38654 / wsdl-viewer

Automatically exported from code.google.com/p/wsdl-viewer
0 stars 0 forks source link

Formatting isue with https://api.dialogue.net/dialogue-ws/pacts.wsdl #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Transform https://api.dialogue.net/dialogue-ws/pacts.wsdl using wsdl-viewer.xsl.

What is the expected output?
Each method should have the same formatting

What do you see instead?
Each method is formatted with decreasing font size. First method name is black 
and subsequent method names are blue.

What version of the product are you using? On what operating system?
Firefox 3.6/IE 8 on Linux/Windows

Please provide any additional information below.
Can be worked around by setting minimum font size in browser

Original issue reported on code.google.com by abasterf...@gmail.com on 17 Aug 2010 at 10:37

GoogleCodeExporter commented 8 years ago
Seems the issue is only manifest when the content-type is html rather than xml 
or xhtml. I wouldn't have expected w3 of all people to send the wrong content 
type on a script that transforms xml...
http://www.w3.org/2000/06/webdata/xslt

Original comment by abasterf...@gmail.com on 28 Nov 2010 at 4:35