From 75ae559e29860766abb93f1288d203c169e792e1 Mon Sep 17 00:00:00 2001 From: zhongluping <278527840@qq.com> Date: Sat, 6 May 2023 16:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tinyxpath=E6=96=87=E6=A1=A3ID?= =?UTF-8?q?E=E6=8F=8F=E8=BF=B0=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhongluping <278527840@qq.com> --- thirdparty/tinyxpath/README.OpenSource | 2 +- thirdparty/tinyxpath/README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/tinyxpath/README.OpenSource b/thirdparty/tinyxpath/README.OpenSource index 1b25a9b2..9ba924a8 100755 --- a/thirdparty/tinyxpath/README.OpenSource +++ b/thirdparty/tinyxpath/README.OpenSource @@ -3,7 +3,7 @@ "Name": "tinyxpath", "License": "zlib/libpng License", "License File": "notes.txt", - "Version Number": "1.3.1",: + "Version Number": "1.3.1", "Owner": "huangminzhong2@huawei.com", "Upstream URL": "https://sourceforge.net/projects/tinyxpath/files/TinyXPath%20%28Linux%20-%20tar.gz%29/TinyXPath%201.3.1/tinyxpath_1_3_1.tgz", "Description": "Small footprint C++ library to extract an XPath 1.0 expression from an XML tree" diff --git a/thirdparty/tinyxpath/README_zh.md b/thirdparty/tinyxpath/README_zh.md index 12b8174a..a2b836ef 100755 --- a/thirdparty/tinyxpath/README_zh.md +++ b/thirdparty/tinyxpath/README_zh.md @@ -2,7 +2,7 @@ ## 功能简介 tinyxpath用于从 XML 树中提取 XPath 1.0 表达式。 ## 使用约束 -- IDE版本:DevEco Studio 3.1 Release +- IDE版本:DevEco Studio 3.1 Beta2 - SDK版本:ohos_sdk_public 3.2.11.9 (API Version 9 Release) - 三方库版本:1.3.1 - 当前适配的功能:支持xpath语法解析 -- Gitee