I have updated the Go-XML suite (a parser, XPath and XSLT) and started the documentation at

https://doc.speedata.de/goxml/

The XSLT processor is still work in progress, 21.8% of the official test suite pass. So all basic stuff will work!

#xslt #xml #xpath #golang

Les #candidatures sont ouvertes !
#formation « TEI 2 : Encoder en XML-TEI, niveau avancé »
11-12 juin 2026, à Tours #CESR
Gratuit • 20 places

Programme, modalités et candidatures en ligne jusqu’au 20 avril 2026 à 12h via : https://formation-tei-2.sciencesconf.org

Avec les soutiens du Consortium ARIANE @HumaNum @biblissima et le projet ERC #PRIMA

#TEI #XML #HumanitésNumériques #ÉditionNumérique #ESR @cnrs @msh_vdl

DocBook 5.2.1. I’ve updated the website, the content distribution site, the Maven packages, the documentation, and published the releases. #XML #DocBook #MarkupMonday

https://so.nwalsh.com/2026/03/23-docbook-5-2-1

DocBook 5.2.1

I’ve updated the website, the content distribution site, the Maven packages, the documentation, and published the releases.

So… a weblog by norm

I have a new theory based on #anecdata:

In the long term, #corporateIT decides against the best product or technology.

Anecdata points:
- #OS2
- #NovellNetWare
- #LotusNotes
- #XML (this may be a tad controversial)

So the time has come for me to write some proper documentation for xrust... does anyone have a recommendation for #docbook or #DITA editing? Not sure which to go with yet, my #XML knowledge is from the finance world. 😅

Would like to output some static files for hosting.

It turns out that I’ve mostly been writing #XHTML when I thought I was writing #HTML for the past 25 years.

I was never cognizant of the fact that it was closer to XHTML than HTML.

But that does help explain why I thought that the HTML that I’ve been writing was so close to #XML.

🤔💡😁

RE: https://oldbytes.space/@drscriptt/116260102298036280

The fact that this is an SVG tickles my newfound interest in #XML.

😈

CVE Alert: CVE-2006-10002 - TODDR - XML::Parser - RedPacket Security

XML::Parser versions through 2.47 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes. A

RedPacket Security
XML is a cheap DSL

"The lesson I took from this is that a universal data representation is worth its weight in gold. There are exactly two options in this category. In most cases you should choose JSON. If you need a DSL though, XML is by far the cheapest one, and the cost-efficiency of building on it will empower your team to spend their innovation budget elsewhere."

https://unplannedobsolescence.com/blog/xml-cheap-dsl/

#data #xml #xpath
XML is a Cheap DSL

Lessons about XML from the open source IRS Tax Withholding Estimator.

Unplanned Obsolescence

What's a good #format to serialize simple structured #data in an efficient way?

I'm thinking about some binary #XML encoding. Also, #ASN.1 because it natively uses integers, not just strings. Is the packed representation (PER) widely supported?

The data will be a bunch of interleaved time series streams, so variable field lengths could be a big win.

Is there a format for stuff like that?

#Matroska's EBML? Only I'd have to hack the schema in.

#mkv #serialization #formats