gpt4 book ai didi

python - 在python中加入xml element.text

转载 作者:太空宇宙 更新时间:2023-11-03 18:49:45 24 4
gpt4 key购买 nike

Python中是否有一些函数可以将具有相同Element.tag名称的element.text连接起来?

示例:

 p>     
some text
<i>(</i>
<i>something</i>
<i>something</i>
<i>)</i>
some text
<i>proň, zač</i>
the end of paragraph
</p>

我想要什么:

 p>     
some text
<i>(something something)</i>
some text
<i>proň, zač</i>
the end of paragraph
</p>

最佳答案

Is there some function in python for joining element.text with same tags name?

不,您必须自己编码。原因是该库处理 xml,而不仅仅是 xhtml。一般来说,<tag>a</tag><tag>b</tag><tag>ab</tag> 的含义不同。事实上,即使在html中,也会合并相邻的<p><block>标签会改变文本的含义。

关于python - 在python中加入xml element.text,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18623755/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com