#xpath
...XPath for atproto?
October 26, 2025 at 9:32 PM
what if instead of large learning models we had invested $1,000,000,000,000 into teaching americans to use xpath
what if instead of large learning models we had invested $1,000,000,000,000 into teaching americans to use vim
September 21, 2026 at 12:37 PM
just saving for later
May 29, 2024 at 3:54 AM
When all hope seems lost, never forget: uBlockOrigin supports XPath.

```
github.com##:xpath(//div[contains(text(), "Mention @copilot")]/..)
```

#ublockorigin #xpath #copilot
October 29, 2025 at 2:35 AM
October in Servo…

🌳🍃 XPath enabled by default
🗜️📦 Compression Streams too
🦾🍎 native macOS arm64 releases
🤖☢️ Android experimental mode
🪆🤝 new input and zoom API

servo.org/blog/2025/11...
November 15, 2025 at 5:21 AM
Thanks to Swift community member Saleem for creating a new Swift XML parser! 🌿

Xylem is pure Swift, zero dependencies, covering SAX, DOM, and XPath 1.0. This is the kind of infrastructure work that helps Swift thrive everywhere! 🎉 forums.swift.org/t/xylem-a-pu...
April 8, 2026 at 12:18 AM
xpath is just really nice to work with and a little bit more useful than css selectors
September 19, 2026 at 10:19 PM
A fast, correct XPath 1.0 conformant XML parser for Elixir with a simple, combinator-based API: hexdocs.pm/simdxml/0.1.0 #elixirlang
SimdXml v0.1.0 — Documentation
hexdocs.pm
March 28, 2026 at 4:01 AM
So at Amplified we do a lot of XML parsing. I wrote an XML parser. It's quite fast. github.com/cigrainger/s...
GitHub - cigrainger/simdxml: SIMD-accelerated XML parser with full XPath 1.0 support
SIMD-accelerated XML parser with full XPath 1.0 support - cigrainger/simdxml
github.com
March 26, 2026 at 12:34 PM
Scraperr : un outil Open Source pour extraire des données de sites web via des sélecteurs XPath.

👉 Le projet : github.com/jaypyles/...
👉 En savoir plus : scraperr-docs.pages....
May 13, 2025 at 11:30 AM
I started writing a custom uOB filter list to block intrusive AI content.

Starting with annoying things like the AI summary on YouTube and the AI results on Google.
November 27, 2025 at 10:39 PM
Xee: XPath and XSLT in Rust. I was a heavy and happy user of XML and XSLT in the 2000's and among the things I really missed when JSON took over was XSLT. And also namespaces. blog.startifact.com/posts/xee/
Xee: A Modern XPath and XSLT Engine in Rust
I announce Xee, the implementation of XPath and XSLT in Rust that I've been working on for the last two years.
blog.startifact.com
March 30, 2025 at 5:25 PM
Ok, so this is cool: blog.startifact.com/posts/xee/. Might be the thing that gets me to learn Rust.
Xee: A Modern XPath and XSLT Engine in Rust
I announce Xee, the implementation of XPath and XSLT in Rust that I've been working on for the last two years.
blog.startifact.com
March 29, 2025 at 12:25 PM
Wine 11.10 is out with VKD3D 2.0, rewritten XPath support without libxml2, VBScript improvements, and 17 bug fixes.
linuxiac.com/wine-11-10-r...

#OpenSource
Wine 11.10 Released with Bundled VKD3D 2.0
Wine 11.10 is out with VKD3D 2.0, rewritten XPath support without libxml2, VBScript improvements, and 17 bug fixes.
linuxiac.com
May 29, 2026 at 8:57 PM
I had long been trying to port libxml2 to #golang, but with some help from AI agents, now I have a fairly complete xml toolkit for Go: github.com/lestrrat-go/.... Supports XML parsing/DOM building, SAX, XPath 3.1, XSLT 3.0, XSD, etc. It's still alpha, but would love some feedback.
GitHub - lestrrat-go/helium: XML Toolkit for Go (XML/SAX2/XPath 3.1/XSLT 3.0/XInclude/XSD/RelaxNG/Schematron)
XML Toolkit for Go (XML/SAX2/XPath 3.1/XSLT 3.0/XInclude/XSD/RelaxNG/Schematron) - lestrrat-go/helium
github.com
March 26, 2026 at 2:30 AM
Rust actually does need generic mutability like quite a lot, you don't realize it, until you try to implement something like XPath and realize you need to either use unsafe pointers or copy the whole query logic twice
November 14, 2025 at 6:56 AM
youtu.be/0CiQ80ydO8U?...
Ode to a children’s book writer.

Music by Niek van Wijngaarden, Xpath Design multimediaproductions Amsterdam
Typewriter
YouTube video by Xpath - Topic
youtu.be
January 26, 2025 at 7:01 PM
For any psychos who want a list of all your installed Pro Tools plugins + manufacturers, here is a shell script that does that

Written the old fashioned way (no AI, swearing at xpath)
July 21, 2026 at 2:59 AM
Yes this proved out. My suggestion for a common tree-addressing language became XPath.
January 9, 2025 at 11:15 PM
one of the things i'm resisting to here (although it is tempting) is some kind of a light templating language. then a lot more could be expressed through records alone, and maybe some horrible xpath. i try not to go there mostly because that somehow worked out for react and can be done in userland
danabra.mov dan @danabra.mov · Jan 29
ok so you've probably noticed i'm doing a terrible thing there and breaking the lexicon convention. the lexicon convention for procedures is com.example.verbNoun, but i'm doing com.example.Noun which is warned against in the style guide
danabra.mov dan @danabra.mov · Jan 28
thanks everyone for the warm welcome @atproto.london! here's my demo of Inlay from today. code not ready for release yet but i'll try to get it to a releasable stage over the next weeks
January 29, 2026 at 1:07 AM
I like @lloydi.com’s XPath Getter bookmarklet (updated today):
a11y-tools.com/bookmarklets...

But that’s because I find XPath easier for me to grok _and_ paste back into dev tools to find the node I want:
adrianroselli.com/2021/04/xpat...

Also, I tend to hand-roll my XPath because I am That Guy.
XPath for In-Browser Testing
Both Chrome and Firefox support XPath searches when in the DOM view of their dev tools. Because the browser cleans whatever HTML it encounters (closing tags, correcting nesting), XPath can operate on ...
adrianroselli.com
December 3, 2024 at 8:27 PM