More accurate locations
so.nwalsh.com·1h
Format Verification
Preview
Report Post

, Issue 34; 08 Dec 2025

When it all goes wrong, can I tell you where?

When you’re working with a tool like XProc that can perform a lot of different tasks, all other things being equal, you’d like all of the tasks to be implemented on the same data model. All other things are not equal.

XML Calabash is built on top of Saxon. Parsing an XML document (or a JSON map, or basically anything that isn’t binary), builds a Saxon data model. That’s great because it’s easy to evaluate XPath expressions on it, query or transform it, etc.

But what happens when you ask for something not implemented natively on the Saxon data model, for example RELAX NG validation? I could implement RELAX NG validation natively on top of the Saxon data m…

Similar Posts

Loading similar posts...