geopython / geopython/pywps

Escape XML responses

Open
#628 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
186
Forks
117
Avg merge
11d 20h
Merged PRs (30d)
1

Description

# Description

XML responses should be escaped, in order to expose valid XML.

For example, in a service that uses `pywps` package, we currently get this response when querying `?request=GetCapabilities&service=WPS`:

```
...
Maximum number of consecutive frost days (Tn < 0).
...
```

To be valid, the response should be:

```
...
Maximum number of consecutive frost days (Tn < 0).
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.