RE: Real dumb question - how to concatenate XML files

2002-05-28 Thread Hahn Kurt (CHA)

I don't know about cInclude, but maybe aggregation would meet your needs.
Did you have a look at it?
K

-Message d'origine-
De : daniel robinson [mailto:[EMAIL PROTECTED]]
Envoyé : mardi, 28. mai 2002 07:37
À : [EMAIL PROTECTED]
Objet : 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]




Re: Real dumb question - how to concatenate XML files

2002-05-28 Thread daniel robinson

yes, this is what was in the FAQ, but I had no idea of what the format of the
XML should be.

Hahn Kurt (CHA) wrote:

 I don't know about cInclude, but maybe aggregation would meet your needs.
 Did you have a look at it?
 K

 -Message d'origine-
 De : daniel robinson [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi, 28. mai 2002 07:37
 À : [EMAIL PROTECTED]
 Objet : 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]


-
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]




RE: Real dumb question - how to concatenate XML files

2002-05-28 Thread Matthew Langham

Why didn't cinclude work for you? It allows you to aggregate the 3 different
XML files into one and then you can apply the stylesheet.

Matthew

--
Open Source Group   Cocoon { Consulting, Training, Projects }
=
Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
-
Cocoon book:
  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
=




-Original Message-
From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 8:38 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Real dumb question - how to concatenate XML files


I don't know about cInclude, but maybe aggregation would meet your needs.
Did you have a look at it?
K

-Message d'origine-
De : daniel robinson [mailto:[EMAIL PROTECTED]]
Envoyé : mardi, 28. mai 2002 07:37
À : [EMAIL PROTECTED]
Objet : 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]


-
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]




RE: Real dumb question - how to concatenate XML files

2002-05-28 Thread Hahn Kurt (CHA)

Well, I don't know if they need to be in any special format, AFAIK a
well-formed XML is just what you need. Have a look at the sitemap of your
Cocoon installation, there's an example of how aggregation works in
practice.

-Message d'origine-
De : daniel robinson [mailto:[EMAIL PROTECTED]]
Envoyé : mardi, 28. mai 2002 08:44
À : [EMAIL PROTECTED]
Objet : Re: Real dumb question - how to concatenate XML files


yes, this is what was in the FAQ, but I had no idea of what the format of
the
XML should be.

Hahn Kurt (CHA) wrote:

 I don't know about cInclude, but maybe aggregation would meet your needs.
 Did you have a look at it?
 K

 -Message d'origine-
 De : daniel robinson [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi, 28. mai 2002 07:37
 À : [EMAIL PROTECTED]
 Objet : 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]


-
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]




Re: Real dumb question - how to concatenate XML files

2002-05-28 Thread Konstantin Piroumian

You don't know what is the format of your source XML files?
Or you don't know how to declare aggregation in sitemap?
Or something else?

If you don't know what is the content of your XML files then how would you
use an XSLT stylesheet to render them?

Konstantin

- Original Message -
From: daniel robinson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 28, 2002 10:43 AM
Subject: Re: Real dumb question - how to concatenate XML files


yes, this is what was in the FAQ, but I had no idea of what the format of
the
XML should be.

Hahn Kurt (CHA) wrote:

 I don't know about cInclude, but maybe aggregation would meet your needs.
 Did you have a look at it?
 K

 -Message d'origine-
 De : daniel robinson [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi, 28. mai 2002 07:37
 À : [EMAIL PROTECTED]
 Objet : 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]


-
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]




Re: Real dumb question - how to concatenate XML files

2002-05-28 Thread daniel robinson

Is there a working example somewhere - I don't know why it didn't work,  I used
it per the an example I found with an XML file and and XSL file and that
worked,   when I tried to modify it to pull together the other XML file it
didn't work.

Matthew Langham wrote:

 Why didn't cinclude work for you? It allows you to aggregate the 3 different
 XML files into one and then you can apply the stylesheet.

 Matthew

 --
 Open Source Group   Cocoon { Consulting, Training, Projects }
 =
 Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
 Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
 -
 Cocoon book:
   http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
 =

 -Original Message-
 From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 28, 2002 8:38 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: Real dumb question - how to concatenate XML files

 I don't know about cInclude, but maybe aggregation would meet your needs.
 Did you have a look at it?
 K

 -Message d'origine-
 De : daniel robinson [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi, 28. mai 2002 07:37
 À : [EMAIL PROTECTED]
 Objet : 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]

 -
 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]




RE: Real dumb question - how to concatenate XML files

2002-05-28 Thread Matthew Langham

Everything you need is here:

http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html

If you still can't get your example to work then please post more specific
information on exactly what you are doing.

Matthew

--
Open Source Group   Cocoon { Consulting, Training, Projects }
=
Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
-
Cocoon book:
  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
=




-Original Message-
From: daniel robinson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 10:08 AM
To: [EMAIL PROTECTED]
Subject: Re: Real dumb question - how to concatenate XML files


Is there a working example somewhere - I don't know why it didn't work,  I
used
it per the an example I found with an XML file and and XSL file and that
worked,   when I tried to modify it to pull together the other XML file it
didn't work.

Matthew Langham wrote:

 Why didn't cinclude work for you? It allows you to aggregate the 3
different
 XML files into one and then you can apply the stylesheet.

 Matthew

 --
 Open Source Group   Cocoon { Consulting, Training, Projects }
 =
 Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
 Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
 -
 Cocoon book:
   http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
 =

 -Original Message-
 From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 28, 2002 8:38 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: Real dumb question - how to concatenate XML files

 I don't know about cInclude, but maybe aggregation would meet your needs.
 Did you have a look at it?
 K

 -Message d'origine-
 De : daniel robinson [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi, 28. mai 2002 07:37
 À : [EMAIL PROTECTED]
 Objet : 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]

 -
 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]


-
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]