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
SpecificationXML 1.0 (xml:space, xml:lang)
XML Base
xml:id
Prefix<xml:*>
Available inRSS, Atom, RDF
Propertyxml

Types

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