Hi list,

I have the followg description of sitemap

<map:match pattern="estructura4">
<!-- Validamos los datos -->
<map:act type="session-validator">
<map:parameter name="descriptor"  
value="context://misx/descriptors/params.xml"/>
<map:parameter name="validate" value="usuario,clave"/>
<!-- generamos el contenido -->
<map:generate type="xsp" src="docs/estructura4.xsp"/>
<map:transform src="estilos/estilofull5.xsl"/>
<map:transform type="extractor"/>
<map:transform src="estilos/fragment-extractor.xsl"/>
                        
<map:serialize/>
</map:act>
<!-- en caso de que la autenticacion falle volvemos a
la pagina inicial -->
<map:redirect-to uri=""/>
</map:match>


I want insert an line for storage an part of document
to database by example. 
<map:transform type="xmldb"/>

but cocoon display error in the generator.

how to make this. some idea?


thanks very much

_________________________________________________________
Do You Yahoo!?
Informaci�n de Estados Unidos y Am�rica Latina, en Yahoo! Noticias.
Vis�tanos en http://noticias.espanol.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to