Hi, I installed an extension in a wiki which makes a nice, coloured syntax highlighting. It works for XML, but also other types of code (registry, bat etc.). For an example, see here: http://wpkg.org/Adobe_Reader8 How to use it? Instead of: <pre> Some XML here </pre> use: <source lang="xml"> Some XML here </source> Other lang tags used would be "reg" for registry files, "dos" for .bat files, "vb" for Visual Basic files etc. To see a list of possible languages, edit a page and add <source></source>, and press "Preview" - wiki will give you a hint on possible languages. I already converted silent installers starting with A... ;) -- Tomasz Chmielewski |