Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

XML format: add support for multiple keys per element #19

Open
kairos10 opened this issue Nov 13, 2017 · 1 comment
Open

XML format: add support for multiple keys per element #19

kairos10 opened this issue Nov 13, 2017 · 1 comment

Comments

@kairos10
Copy link

kairos10 commented Nov 13, 2017

It seems that the current parser does not support multiple keys for a single definition.

<entry><key>form1</key><key>form2</key><definition>some definition applicable for both keys</definition></entry>
@pettarin
Copy link
Owner

pettarin commented Mar 4, 2018

Indeed. The DTD of the (Penelope-defined) XML format is https://github.com/pettarin/penelope/blob/master/penelope/res/dictionary.dtd

In view of https://github.com/pettarin/penelope#important-update I leave the issue open, but I do not plan to address it. You can workaround this issue by creating two <entry> elements with the same <definition> but different <key> values.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants