RE: XML include

2002-09-18 Thread Ryan Agler
, September 18, 2002 8:57 AM To: [EMAIL PROTECTED] Subject: Re: XML include So you think that is a good idea to do something like this? Thank you very much - Original Message - From: "Ryan Agler" <[EMAIL P

Re: XML include

2002-09-18 Thread Andrés Tobelem
2 11:46 AM Subject: RE: XML include There are lots of different ways to achieve that effect with and im sure some tag libraries I have yet to explore :) Or you can do this in an XML file: ]> &theInc; -Original Message- From: Andrés Tobelem [mailto:[EMAIL PROTECTED]] Sent: We

RE: XML include

2002-09-18 Thread Ryan Agler
9 AM To: [EMAIL PROTECTED] Subject: XML include Hi   How can i include one xml in another.     Tobe - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/

XML include

2002-09-18 Thread Andrés Tobelem
Hi   How can i include one xml in another.     Tobe

Re: XML include for masthead and navigation

2001-12-05 Thread David Rosenstrauch
The way I do is to just have each page use a root element. Then my XSL translates to add a standard header/footer on each page. e.g.: HTH. DR At 11:13 AM 12/4/01 -0700, you wrote: >I know that this list is for Cocoon specific questions but with so many opt

Re: XML include for masthead and navigation

2001-12-05 Thread Adrian Geissel
day, December 04, 2001 6:13 PM Subject: XML include for masthead and navigation I know that this list is for Cocoon specific questions but with so many options available to me in Cocoon, I thought I might ask it here.   I am using Cocoon 2 and would like to have standard head

XML include for masthead and navigation

2001-12-04 Thread therandthem
Title: Message I know that this list is for Cocoon specific questions but with so many options available to me in Cocoon, I thought I might ask it here.   I am using Cocoon 2 and would like to have standard headers and footers on every page.  I have my site navigation in the Header.  I would

why is xml include mechanism limited?

2001-06-28 Thread Markus Wagner
Hi, I found that Cocoon 1.8 fails when the include hierarchy gets deeper than 2 stages. My main xml file includes another one using the doctype/entity system syntax. This works. But as soon as one of the included xml files does the same, I get a "well-defined" error. Why this? Any hints? Tha