1.0.1 • Published 1 year ago

xmlns v1.0.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

xmlns

npm version License

This package is a very simple repository of XML namespaces that you can import into your code wherever you need them.

export const MATHML_NS = 'http://www.w3.org/1998/Math/MathML'
export const SVG_NS = 'http://www.w3.org/2000/svg'
export const XHTML_NS = 'http://www.w3.org/1999/xhtml'

This is obviously not an exhaustive list of XML namespaces, but this package can very easily be extended with pull requests to specify additional namespaces if appropriate.

1.0.1

1 year ago

1.0.0

1 year ago