We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bd118 commit 4f700f2Copy full SHA for 4f700f2
readme.md
@@ -382,8 +382,12 @@ See the [unist list of utilities][utilities] for more utilities.
382
383
* [`xastscript`](https://github.com/syntax-tree/xastscript)
384
— Create xast trees
385
+* [`xast-util-from-xml`](https://github.com/syntax-tree/xast-util-from-xml)
386
+ — Parse from XML to xast
387
* [`xast-util-to-xml`](https://github.com/syntax-tree/xast-util-to-xml)
- — Serialize nodes to XML
388
+ — Serialize xast to XML
389
+* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
390
+ — Transform hast to xast
391
392
## References
393
0 commit comments