xast
There are 17 repositories under xast topic.
syntax-tree/unist
Universal Syntax Tree used by @unifiedjs
syntax-tree/awesome-syntax-tree
Curated list of awesome syntax-tree, unist, hast, xast, mdast, esast, nlcst resources
syntax-tree/xast
Extensible Abstract Syntax Tree
syntax-tree/xast-util-from-xml
utility to parse from XML
syntax-tree/xastscript
utility to create xast trees
syntax-tree/xast-util-feed
xast utility to build feeds (rss, atom)
syntax-tree/ideas
Share ideas for new utilities and tools built with @syntax-tree
syntax-tree/.github
Community health files for syntax-tree, unist, hast, xast, mdast, and nlcst
syntax-tree/xast-util-sitemap
xast utility to build a sitemap
tefkah/xsd-to-xast
Generate xast TypeScript types from an XSD schema
syntax-tree/hast-util-to-xast
utility to transform to xast (xml)
syntax-tree/xast-util-to-string
xast utility to get the text value of a node
syntax-tree/xast-util-to-xml
utility to serialize to XML
remcohaszing/xast-namespaces
Attach namespace information to a xast XML element tree.
TrialAndErrorOrg/xast-util-has-attribute
Port of [hast-util-has-property](https://github.com/syntax-tree/hast-util-has-property) for [xast][xast]
TrialAndErrorOrg/xast-util-is-element
Port of [hast-util-is-element](https://github.com/syntax-tree/hast-util-has-property) for [xast][xast]
TrialAndErrorOrg/xast-util-select
Port of `(hast-util-select)[https://github.com/syntax-tree/hast-util-select]` for use with `xast` nodes.