PEPmodel documentation PEPmodel documentation PEPmodel

EncoderDispatcher

Example

Suppose you wish to employ the EscapeBody and SumBody PEP extensions.

before mapping:

PEP: {{map "http://a.com/EscapeBody.html" escape-12345}{strength must}}
{{map "http://a.com/SumBody.html" sum-12345}{strength must}}
escape-12345: gzipped
sum-12345: 0xac2138

after mapping:

PEP: {{map "http://a.com/EncoderDispatcher.html" encoder-12345 escape-12345 sum-12345}{strenght must}}
escape-12345: gzipped
sum-12345: 0xac2138
encoder-12345: "http://a.com/EscapeBody.html" escape-12345, 
               "http://a.com/SumBody.html" sum-12345


Eric Prud'hommeaux, eric@w3.org,
@(#) $Id: EncoderDispatcher.html,v 1.2 1997/08/03 00:39:06 eric Exp $