Orange-OpenSource / angular-swagger-ui

An angularJS implementation of Swagger UI
http://orange-opensource.github.io/angular-swagger-ui/
MIT License
135 stars 74 forks source link

XML special characters #59

Closed MartinGian closed 7 years ago

MartinGian commented 7 years ago

Hi,

If I want to add xml special characters like >, how can I do?

I tried writing & gt; (without the space) in the xml but not works.

Thanks you! great lib!

mathieuales commented 7 years ago

Hi !

I'm not sure to understand where you want this special character to be displayed ... Can you be more precise and eventually post an example of what you want to do ?

MartinGian commented 7 years ago

image

That XML comment is showed like:

image

I want to show >, >= instead the encoded characters.

mathieuales commented 7 years ago

To help you i need to see the generated JSON or YAML provided to angular-swagger-ui and the way you initialize the component