XML Namespace Reference
Supports xml:lang, xml:base, xml:space, and xml:id attributes at both feed and item/entry level in RSS, Atom, and RDF feeds.
| Namespace URI | http://www.w3.org/XML/1998/namespace |
|---|---|
| Specification | Namespaces in XML |
| Prefix | <xml:*> |
| Available in | RSS, Atom, RDF |
| Property | xml |
Types
ts
export namespace XmlNs {
export type ItemOrFeed = {
lang?: string
base?: string
space?: string
id?: string
}
}Related
- Parsing Namespaces - How namespace parsing works