The Gallio Book in HTML format
May 25th, 2008
Tonight I finally got the HTML publishing for the Gallio book working with (basic for now) syntax highlighting and using the same layout of the web site. Here’s a screenshot:
I hope to put it on the web site during this week and to start working on other kind of output formats too. It’s quite satisfying to see this project becoming a reality :)
In my previous post I said I was going to transform the source XML files using .NET, but it was getting too time consuming, so at the end I used the Java flavor of the Saxon XSLT processor. As usual, it was harder than I thought at first because of all the little details that must be taken care of, so I will blog about the process soon.
Hi there
I don’t know whether this will be useful to all of the publishing formats, but it certainly will for HTML; you may wish to look at jQuery’s Chili code highlighter for the syntax highlighting within HTML - http://noteslog.com/personal/projects/chili/2.0/
Pete
Thanks Peter! I’ll check it out :)