lueck / standoff-tools

tools for handling external markup
GNU General Public License v3.0
6 stars 0 forks source link

Resolve named entities #5

Open lueck opened 2 years ago

lueck commented 2 years ago

When generating shrinked text, named entities are not resolved.

lueck commented 2 years ago

This can be divided into several tasks:

  1. Resolve named entities. a. Resolve builtin named entities like < and &! b. Resolve named entities defined in the DTD! This is related to #4.
  2. Replace named entities while generating output.
lueck commented 2 years ago

Part 1.a and 2 of the task was fixed in 55b7669.