Skip to content

xml弹幕加载错误 #301

@jhqfmgbrcb-svg

Description

@jhqfmgbrcb-svg

Bug描述
在读取xml弹幕时,若弹幕内容含有小于号“<”和“&”,则所以弹幕均无法正常加载。

如何重现
弹幕xml文件如下:
<?xml version="1.0" encoding="utf-8"?><i>
<d p="1.00,1,25,16777215,0,0,0,0">你好1</d>
<d p="1.00,5,25,16777215,0,0,0,0">你好2</d>
<d p="1.00,1,25,16777215,0,0,0,0">你<好</d>
<d p="1.00,1,25,16777215,0,0,0,0">你&好</d>
</i>

则弹幕“你好1”“你好2”“你<好”“你&好”均无法正常加载

希望的正确行为
弹幕“你好1”“你好2”“你<好”“你&好”均应正常加载

设备信息

  • 设备:HUAWEI MatePad 11.5
  • OS:HarmonyOS 4.2.0
  • 程序版本:4.1.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions