SkillAgentSearch skills...

RssParse

使用tinyxml2库,解析RSS

Install / Use

/learn @ecjtu-cx/RssParse
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RssParse

使用tinyxml2库,解析RSS

解析之后的格式如下

<doc>
	<docid>1</docid>
	<title>...</title>
	<link>...</link>
	<description>...</description>
	<content>...</content>
</doc>
<doc>
	<docid>2</docid>
	<title>...</title>
	<link>...</link>
	<description>...</description>
	<content>...</content>
</doc>
<doc>
  ...
</doc>

环境

1.linux操作系统 2.g++编译器 3.使用cmake工具

文件说明

1.RssParse中是解析类的实现 2.TinyXml是tinyxml库的源文件 3. .cache文件中是vscode中clangd插件生成的索引,可以忽略

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4d ago
Forks0

Languages

C++

Security Score

65/100

Audited on Mar 24, 2026

No findings