Skip to content

Commit 7b4dbc4

Browse files
authored
Update README.md by adding ohpm support and arkts language specification (#122)
1 parent 2b63562 commit 7b4dbc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ _A JavaScript XSLT processor without native library dependencies._
1717

1818
## How to
1919

20-
Install xslt-processor using [npm](https://docs.npmjs.com/about-npm) or [yarn](https://yarnpkg.com):
20+
Install xslt-processor using [npm](https://docs.npmjs.com/about-npm), [ohpm](https://ohpm.openharmony.cn/#/en/home) or [yarn](https://yarnpkg.com):
2121

2222
```sh
2323
npm install xslt-processor
2424
```
2525

26+
```sh
27+
ohpm install xslt-processor
28+
```
29+
2630
```sh
2731
yarn add xslt-processor
2832
```
@@ -221,3 +225,4 @@ HTML per se is not strict XML. Because of that, starting on version 2.0.0, this
221225
- XSLT Specification: http://www.w3.org/TR/1999/REC-xslt-19991116
222226
- W3C DOM Level 3 Core Specification: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/
223227
- ECMAScript Language Specification: http://www.ecma-international.org/publications/standards/Ecma-262.htm
228+
- Arkts Language Specification: https://gitee.com/openharmony/arkcompiler_runtime_core/releases/download/ArkTS-spec-1.2.0-alpha-20250307/arktsspecification.pdf

0 commit comments

Comments
 (0)