Skip to content
  • Juri Leino's avatar
    fix: serialized SVG in responses with <,> · 3d9d59e2
    Juri Leino authored
    All responses of the web-annotation service are serialized to JSON.
    But it is a JSON-API, so that limitation should be OK.
    This was necessary since "<" and ">" in field values
    would otherwise be escaped to entities.
    
    - add output method to route.xq
    - remove calls serialize in annotations and router module
    3d9d59e2