put a <map:transform src="XSL/formularios/altaUsuario/format.xsl"/>
where format.xsl matches the output of write-source and replaces it with a success message, or whatever you want to display there.
HTH, Geoff
At 01:47 PM 6/5/2003, you wrote:
Thank you for your attention Geoff:
Th pipeline is:
<map:match pattern="altaUsuario">
<map:act type="form-validator">
<map:parameter name="descriptor" value="XSP/altaUsuario/descriptor.xml"/>
<map:parameter name="validate-set" value="alta-usuario"/>
<map:generate type="serverpages" src="XSP/altaUsuario/ok.xsp"/>
<map:transform src="XSL/formularios/altaUsuario/ok.xsl"/>
<map:transform type="write-source"/>
<map:serialize/>
</map:act>
<map:generate type="serverpages" src="XSP/altaUsuario/error.xsp"/>
<map:transform src="XSL/formularios/altaUsuario/error.xsl"/>
<map:serialize/>
</map:match>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]