Using the Client-Side Decode Function

The code in the Decode function that runs on the client is identical to the code in the Decode function that runs on the server. The description in Using the Server-Side Decode Function applies to this function as well. The only difference is that the client-side Decode function is called from the client-side showTitle function, whereas the server-side Decode function is called from the server-side getXML function.