Skip to content

Commit 77470ac

Browse files
committed
Add list of related projects
1 parent ac167d3 commit 77470ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ When falsey, encodes `raw` nodes (`boolean`, default: `false`).
9595

9696
XML can be a dangerous language: don’t trust user-provided data.
9797

98+
## Related
99+
100+
* [`xast-util-from-xml`](https://github.com/syntax-tree/xast-util-from-xml)
101+
— parse from xml
102+
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
103+
— transform hast (html, svg) to xast (xml)
104+
* [`xastscript`](https://github.com/syntax-tree/xastscript)
105+
— create xast trees
106+
98107
## Contribute
99108

100109
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)