Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[Bug]: XML/Text mode changes XML (only when recognized as well-formed XML)

未关闭
#4,189 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
55/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
活跃
领域
database, desktop

调研方向

首先,在 Windows 上的 DB4S 3.13.1 中使用提供的表值复现 XML/Text 值查看器的行为,然后将其与添加前缀后的相同值进行比较,使其不被识别为格式良好的 XML。当识别为 XML 时,两种模式都能完全保留原始值,且不添加命名空间或更改属性格式,即视为完成。

由索引模型根据 Issue 内容生成。

描述

What did you do?

Created a table with cell values like (copied directly from table cell:

<?xml version="1.0" encoding="UTF-8"?>
<xml xmlns="http://www.wipo.int/classifications/ipc/masterfiles">
  <note type="none">
    <noteParagraph>
      <text>Auxiliary devices attached to machines of a different kind, e.g. harrows attached to ploughs, see relevant groups in <mref endRef="A01B0047000000" ref="A01B0003000000" /> for the machines.</text>
    </noteParagraph>
  </note>
</xml>
What did you expect to see?

In both XML and Text modes the same value above.

What did you see instead?

Copied from value viewer (XML and Text mode alike):

<?xml version='1.0' encoding='UTF-8'?>
<xml xmlns="http://www.wipo.int/classifications/ipc/masterfiles">
    <note xmlns="http://www.wipo.int/classifications/ipc/masterfiles" type="none">
        <noteParagraph xmlns="http://www.wipo.int/classifications/ipc/masterfiles">
            <text xmlns="http://www.wipo.int/classifications/ipc/masterfiles">Auxiliary devices attached to machines of a different kind, e.g. harrows attached to ploughs, see relevant groups in <mref xmlns="http://www.wipo.int/classifications/ipc/masterfiles" ref="A01B0003000000" endRef="A01B0047000000"/> for the machines.</text>
        </noteParagraph>
    </note>
</xml>

This only happens when value is recognized as well-formed XML. If I add a symbol at the beginning in the table cell, the value is no longer recognized as well-formed XML, and all fake "xmlns=..." are gone.

DB4S Version

3.13.1

What OS are you seeing the problem on?

Windows

OS version

Windows 10 LTSC 2019

Relevant log output

Prevention against duplicate issues
  • I have searched for similar issues
主要语言
C++
星标
24.6k
派生
2.4k
平均合并
2 天 8 小时
30 天内合并 PR
4

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

sqlitebrowser/sqlitebrowser 的其他 Issue

查看 sqlitebrowser/sqlitebrowser 的全部 Issue

相似的 Issue

更多 C++ Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。