About
The 'mst' namespace is to be used within the RSS feed of a 'My Status Tool' instance to provide for replies functionality.
The namespace will allow for a single item level element which will specify the address of the item being replied to.
This is an initial version of the 'mst' namespace - originally published 21st Fed 2023. This URL should serve as the namespace URI:
xmlns:mst="https://php-mst.colinwalker.blog/"
mst:reply
An optional item level element that contains the address of the item being replied to. It has no attributes and is simply stated as below:
<mst:reply>https://colinwalker.blog/php-mst/page.php?t=1234567890</mst:reply>
Leave comments on GitHub here or mail me.