Archive for April, 2005

directory trees

Sunday, April 3rd, 2005

I’ve just stumbled upon a new article at xml.com: Directory Trees to Document Trees. I’ve posted a comment to the article and dropped a note to the author.

(more…)

TeXML on gmane.org

Saturday, April 2nd, 2005

TeXML’s mailing list “Getfo-general” presents now on gmane.org.

(more…)

“x:value-of” is not so simple

Friday, April 1st, 2005

Implementation of the “x:value-of” function evolved to a quest. There are many questions, and in order to find answers, I have to dig in the source code of libxml and libxslt.

(more…)

encodings, codepages, characters

Friday, April 1st, 2005

Unicode site is well-known. But sometimes it’s not enough. Here are some more links.

(more…)

funny symbol codes

Friday, April 1st, 2005

I’ve just realized that in MAC encoding the hexadecimal code of the symbol Æ is AE and Œ — CE.

namespaces reloaded

Friday, April 1st, 2005

All this time I’ve subconsciously been ignoring a big namespace-related problem. I’m afraid the correct solution slows down the conversion between XML and SXML, and that I have to use the correct solution.

(more…)