Hacker News new | ask | show | jobs
by ptgloden 3056 days ago
Although, both of those are possible with the little-known (and little-implemented) XML Linking Language (XLink), a W3C standard. XLink allows one to define links on arbitrary tags, many-to-many links, links between external resources, and links to specific positions and ranges using XPath.

https://www.w3.org/TR/xlink11/

1 comments

Not sure if that could be a good option to specify some content within a web document. First of all it is not a URL that you can normally use in web browser's address bar and share from social media. Secondly, not sure if it can specify arbitrary part of attribute value.

Thank you for sharing the information anyway and will take a look.

Best