-----Oorspronkelijk bericht-----
Van: Graaf, Edgar de (fin) 
Verzonden: dinsdag 28 mei 2002 9:28
Aan: '[EMAIL PROTECTED]'
Onderwerp: RE: Real dumb question - how to concatenate XML files


<map:match pattern="document.pdf">
        <map:aggregate element="page">
                <map:part src="docs/doc.xml"/>
                <map:part element="content" src="cocoon:/fixedbugs.xsp"/>
                <map:part src="docs/doc2.xml"/>
                <map:part element="content" src="cocoon:/newbugs.xsp"/>
        </map:aggregate>
                <map:transform src="stylesheets/general2pdf.xsl"/>
                <map:serialize type="fo2pdf"/>
</map:match>            

It takes 4 xml of 2 are XSP and makes one XML of it.

Regards,

Edgar

-----Oorspronkelijk bericht-----
Van: daniel robinson [mailto:[EMAIL PROTECTED]]
Verzonden: dinsdag 28 mei 2002 7:37
Aan: [EMAIL PROTECTED]
Onderwerp: Real dumb question - how to concatenate XML files



Ok.  This is a dumb one, for many reasons - but I've been trying to
figure it out for hours and have been all over the mail archives to try
and figure it out.

Say I have 3 XML files and I want to use them with an XSLT to respond to

a request.  What is the best way to do this?  I checked out the FAQ but
had no idea WHAT WAS SUPPOSED TO BE INSIDE THE XML files being
concatenated.  An example would be VERY USEFUL.  I tried using cinclude
but that didn't help.

Sorry for being such a noob.






---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to