XDXF: Inconsistencies in transform #636
-
|
Currently XDXF with CSS/JS transforms the keywords differently compared to the regular XDXF transformer. With CSS/JS: Only first keyword is added into a Would a PR combining the two transforms for better consistency be welcome? I see that in #570 it was decided to separate them instead of using an read option. If so, how should the keyword transform work? I'm expecting every key after the first to be used just for indexing not for display since if I'm not mistake that is the way to display inflections/forms. Should there also be an read option related to this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The reason they were separated was that not all dict apps/formats support advanced CSS (like css files). So combining them is not an option. Otherwise, improvements that maintain current compatibility with existing tools/formats are welcome. |
Beta Was this translation helpful? Give feedback.
The reason they were separated was that not all dict apps/formats support advanced CSS (like css files). So combining them is not an option.
Otherwise, improvements that maintain current compatibility with existing tools/formats are welcome.