Archives by date

You are browsing the site archives by date.

a little light javascript

If you ever need to convert HTML+CSS (such as that created by WordPerfect or Word export) to generic TEI, you can write a JavaScript function that e.g. gathers up all the <span>s and iterates through them one at a time in an array, and then you do something like this to them. (What’s an array? […]