Moar namespaces

This commit is contained in:
~lucidiot 2023-11-26 14:27:20 +01:00
parent 93eb6adcbb
commit 2737919463
1 changed files with 18 additions and 0 deletions

View File

@ -105,10 +105,18 @@ to look into at a little bit more. I'll probably post about those on
`xmlns:kml22="http://www.opengis.net/kml/2.2"`
* [RSS 1.0 Link Module](https://web.resource.org/rss/1.0/modules/link/)
`xmlns:l="http://purl.org/rss/1.0/modules/link/"`
* [Windows Live Spaces](http://web.archive.org/web/20081205022833im_/http://a-patty.spaces.live.com/feed.rss)
`xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss"`
* [MathML](https://www.w3.org/TR/MathML/)
`xmlns:mathml="http://www.w3.org/1998/Math/MathML"`
* [MediaRSS](https://www.rssboard.org/media-rss)
`xmlns:media="http://search.yahoo.com/mrss/"`
* [MSDN](https://github.com/openlink/virtuoso-opensource/blob/151a02ce65b64e3bd2b997a485146cc26fa50d44/binsrc/tutorial/xml/xq_s_2a/rss1.xml#L24)
`xmlns:msdn="http://msdn.microsoft.com/aboutmsdn/rss/"`
* [MSDN Domains](https://github.com/openlink/virtuoso-opensource/blob/151a02ce65b64e3bd2b997a485146cc26fa50d44/binsrc/tutorial/xml/xq_s_2a/rss1.xml#L24)
`xmlns:msdn="http://msdn.microsoft.com/aboutmsdn/rss/domains"`
* [MSN Spaces](http://web.archive.org/web/20081205022833im_/http://a-patty.spaces.live.com/feed.rss)
`xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss"`
* [OpenGraph](https://ogp.me/)
`xmlns:og="http://ogp.me/ns#"`
* [OpenID Authentication 2.0 extension for XRDS](https://openid.net/specs/openid-authentication-2_0.html)
@ -119,12 +127,20 @@ to look into at a little bit more. I'll probably post about those on
`xmlns:opensearch10="http://a9.com/-/spec/opensearchrss/1.0/"`
* [RawVoice RSS](https://rawvoice.com/tools-and-resources/rawvoice-rss-2-0-module-xmlns-namespace-rss2/)
`xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"`
* [Atom Ranking Extensions](https://datatracker.ietf.org/doc/html/draft-snell-atompub-feed-index-10)
`xmlns:re="http://purl.org/atompub/rank/1.0"`
* [RSS 1.0 Reference Module](https://web.resource.org/rss/1.0/modules/reference/)
`xmlns:ref="http://purl.org/rss/1.0/modules/reference/"`
* [RSS 1.0 Rich Equivalents Module](https://web.resource.org/rss/1.0/modules/richequiv/)
`xmlns:reqv="http://purl.org/rss/1.0/modules/richequiv/"`
* [Resources of a Resource 0.1](https://rorweb.com/)
`xmlns:ror="http://rorweb.com/0.1/"`
* [Review Module 0.2](http://web.archive.org/web/20130402010004/http://www.pmbrowser.info:80/rvw/0.2/)
`xmlns:rvw="http://purl.org/NET/RVW/0.2/"`
* [RSS 1.0 Search Module](https://web.resource.org/rss/1.0/modules/search/)
`xmlns:search="http://purl.org/rss/1.0/modules/search/"`
* [SimpleGallery for DotNetNuke](https://github.com/ventrian/Simple-Gallery/blob/062d18b535126bd7104b47dc79cfc17897018b26/RSS.aspx.vb#L317)
`xmlns:simplegallery="http://www.example.com/simplegallery"`
* [Semantically-Interlinked Online Communities Core](http://rdfs.org/sioc/spec/)
`xmlns:sioc="http://rdfs.org/sioc/ns#"`
* [Semantically-Interlinked Online Communities Types Module](http://rdfs.org/sioc/spec/#sec-modules-types)
@ -167,3 +183,5 @@ to look into at a little bit more. I'll probably post about those on
`xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/"`
* [XML Linking Language (XLink)](https://www.w3.org/TR/xlink/)
`xmlns:xlink="http://www.w3.org/1999/xlink"`
* [Yahoo! Weather extensions](https://github.com/michalliu/sourcebeautify.vim/blob/6c5867a8322b04a3d2bf72c26ec1c5bc2fa8f676/tests/xml.expected)
`xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0"`