我们有很多客户,客户特定文档中有几组不同后缀的单词。有时我们需要更新客户文档中包含的文字。为了更容易,单词存储在如下表中:
<row>
<entry><ph id="1" customer="A">szolgáltatáshely</ph></entry>
<entry><ph id="2" customer="A B C D E">szolgáltatási hely</ph></entry>
<entry><ph id="3" customer="F">felhasználási hely</ph></entry>
</row>
该解决方案正在运行,但是我们在验证和生成 PDF 期间收到了很多警告和错误。有没有更好的方法可以消除这些警告?
警告消息:在同一主题上下文中发现 ID 为“some_id”的重复元素。
我们正在使用氧气 14.1