hi people 

i need to aggregate xml from 3 xml fragments

in map:aggregate i create a root element (element="site")

what i need is to create a root (parent) element for each map:part 

something like 

<map:aggregate element="site">
        <map:part element="head" src="..."/>
        <map:part element="body" src="..."/>
        <map:part element="foot" src="..."/>    
</map:aggregate>

so the result from this aggregation be like

<site>
        <head>
                ..
        </head>
        <body>
                ..
        </body>
        <foot>
                ..
        </foot>
</site>


is something like this already implemented?
is it possible to hach cocoon code in my webapp to add element attribute 
in map:part (any hint where i have to look for?)

thnx

--stavros


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

Reply via email to