#xhtml
- Embed HTML on Your Site
https://justatheory.com/2009/03/html-embed-test/
If you’re a regular visitor to my blog (and who could blame you?), you likely have noticed a few changes recently. In addition to adding the sociable links a couple days ago, I’ve also been adding bits of embedded JavaScript in the right column displaying my three most recent Tweets and my three most recent Delicious bookmarks. These work reasonably well: I just embed <script> tags with the appropriate stuff, then style the HTML that they deliver.
- Test XML and HTML with XPath
https://justatheory.com/2009/09/test-with-xpath/
Introducing a Rails-inspired Perl module to test the structure and content of an XML or HTML document using CSS selectors.
Follow #xhtml
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/xhtml"