Skip to content

Commit 2ac08ec

Browse files
authored
docs: XML validator research
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d497771 commit 2ac08ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/decisions/XmlValidator.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This lib has all needed capabilities and was already utilized for similar purpos
1414
To get the `libxml2` linked/accessible to NodeJS, native bindings via yp are required.
1515
There are several implementations for this:
1616
* [`libxmljs`](https://www.npmjs.com/package/libxmljs)
17-
* maintained and working (again - was lon time abandoned, and appears to be maintaines sporadically)
17+
* maintained and working -- was abandoned for some time, and appears to be maintaines sporadically, again
1818
* [`libxmljs2`](https://www.npmjs.com/package/libxmljs2)
1919
* ~~maintained~~ and working fork of `libxmljs`
2020
* as of 2024-05-24, this library is [no longer mainained](https://github.com/marudor/libxmljs2/commit/7ef018cfa3be3b908530e0cb4f3b6bdec6af6633)
@@ -24,8 +24,8 @@ There are several implementations for this:
2424
* ! DO NOT USE !
2525
* Any alternative? Please open a pull-request to add them.
2626

27-
At the moment of writing, `libxmljs` and `libxmljs2` are both working on several test environments.
28-
Both had the needed capabilities.
27+
At the moment of writing (2023-04-21),
28+
`libxmljs` and `libxmljs2` are both working on several test environments. Both had the needed capabilities.
2929

3030
### Decision
3131

0 commit comments

Comments
 (0)