From 621a809563b8b5b7edf74f7c84d581cd53c846ee Mon Sep 17 00:00:00 2001 From: kuniqi <1595723933@qq.com> Date: Mon, 9 Jun 2025 16:07:20 +0800 Subject: [PATCH] Update README.md by adding ohpm support and arkts language specification --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa0c18..918da04 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,16 @@ _A JavaScript XSLT processor without native library dependencies._ ## How to -Install xslt-processor using [npm](https://docs.npmjs.com/about-npm) or [yarn](https://yarnpkg.com): +Install xslt-processor using [npm](https://docs.npmjs.com/about-npm), [ohpm](https://ohpm.openharmony.cn/#/en/home) or [yarn](https://yarnpkg.com): ```sh npm install xslt-processor ``` +```sh +ohpm install xslt-processor +``` + ```sh yarn add xslt-processor ``` @@ -221,3 +225,4 @@ HTML per se is not strict XML. Because of that, starting on version 2.0.0, this - XSLT Specification: http://www.w3.org/TR/1999/REC-xslt-19991116 - W3C DOM Level 3 Core Specification: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ - ECMAScript Language Specification: http://www.ecma-international.org/publications/standards/Ecma-262.htm +- Arkts Language Specification: https://gitee.com/openharmony/arkcompiler_runtime_core/releases/download/ArkTS-spec-1.2.0-alpha-20250307/arktsspecification.pdf