Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
Translates characters in a string to other characters. Translation pairs are specified by the second
and third strings. translate('A Space Odissei', 'i', 'y') would result in 'A Space Odyssey'.
translate('abcdefg', 'aceg', 'ACE') result in 'AbCdEf'. The final g gets translated to nothing, because the
third string has no counterpart for that position in the second string.
Note: You can now download the full content of the XPath reference, the XSLT reference and the
DOM reference in one PDF document. This document contains the implementation tables, internal
links to navigate through the references, a full linked table of contents. You can use free text
search through the whole reference or print as a nicely formatted document.
Download here...