Seven new structured taxonomy elements now appear inside <taxonomies> on every lxb-librarian feed item. These are populated by LexBlog’s AI classification pipeline and represent entities and subjects extracted from each post.

New elements:

  • <agencies> — government agencies referenced in the post
  • <cases> — cited case names
  • <companies> — companies mentioned
  • <courts> — courts referenced
  • <locations>

The RSS namespace identifier in the lxb-librarian feed was renamed from xmlns:lxb to xmlns:lxbLib. The xmlns:content module was also added to the feed declaration.

Before:

<rss version="2.0" xmlns:lxb="https://lexblog.com/lxb-librarian">

After:

<rss version="2.0" xmlns:lxbLib="https://lexblog.com/lxb-librarian" xmlns:content="http://purl.org/rss/1.0/modules/content/">

If your parser references the lxb namespace prefix, update it to lxbLib.

Shipped: April 10, 2026