Skip to content

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 URIhttp://www.w3.org/XML/1998/namespace
SpecificationNamespaces in XML
Prefix<xml:*>
Available inRSS, Atom, RDF
Propertyxml

Types

ts
export namespace XmlNs {
  export type ItemOrFeed = {
    lang?: string
    base?: string
    space?: string
    id?: string
  }
}