Aggregates

2002-05-20 Thread andexor

Is it possible to have an aggregate where one of the parts points to another 
aggregate?  I have
tried it, but it doesn't work and I've searched the docs at xml.apache.org.

Ed


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: deli

2002-04-26 Thread andexor

It's something that comes with Cocoon.  It's supposed to provide information about 
your client's
browser to XSLT.  Then you could write conditional logic in you XSLT based on what 
browser you are
serving to.

Ed

--- Cédric_Viaud <[EMAIL PROTECTED]> wrote:
> Sorry if this is not the right place, but : what is Deli ??
> 
> Regards,
> 
>Cédric
> 
> 
> - Original Message -
> From: "Johannes Koch" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 26, 2002 5:38 PM
> Subject: Re: deli
> 
> 
> 
> 
> andexor schrieb:
> >
> > I tried IE 5.5, SP2, and Netscape 6.2.1 on Windows 2000.
> >
> > I'd like to use Deli, if I can.
> 
> In cocoon.xconf you disabled
> 
>   
> 
> and enabled
> 
>class="org.apache.cocoon.components.treeprocessor.TreeProcessor"
> logger="sitemap"/>
> 
> and
> 
>   
>  value="resources/deli/config/deliConfig.xml"/>
>   
> 
> ?
> 
> --
> Johannes Koch  . IT Developer
> Pixelpark AG   . http://www.pixelpark.com
> Rotherstraße 8 . 10245 Berlin  .  Germany
> phone: +49 30 5058 - 1288  .  fax: - 1355
> 
> -
> 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]>
> 


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

-
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: deli

2002-04-26 Thread andexor

Yes.

Ed

--- Johannes Koch <[EMAIL PROTECTED]> wrote:
> 
> 
> andexor schrieb:
> > 
> > I tried IE 5.5, SP2, and Netscape 6.2.1 on Windows 2000.
> > 
> > I'd like to use Deli, if I can.
> 
> In cocoon.xconf you disabled
> 
>   
> 
> and enabled 
> 
>class="org.apache.cocoon.components.treeprocessor.TreeProcessor"
> logger="sitemap"/>
> 
> and
> 
>   
>  value="resources/deli/config/deliConfig.xml"/>
>   
> 
> ?
> 
> -- 
> Johannes Koch  . IT Developer
> Pixelpark AG   . http://www.pixelpark.com
> Rotherstraße 8 . 10245 Berlin  .  Germany
> phone: +49 30 5058 - 1288  .  fax: - 1355
> 
> -
> 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]>
> 


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

-
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: deli

2002-04-26 Thread andexor

I tried IE 5.5, SP2, and Netscape 6.2.1 on Windows 2000.

I'd like to use Deli, if I can.  If not, there is a  tag 
in my
sitemap.xmap.  Where can I find more info on how to work with that?  I've read most of 
the pages
at http://xml.apache.org/xalan-j/ but it's not mentioned there.

Ed

--- Johannes Koch <[EMAIL PROTECTED]> wrote:
> andexor schrieb:
> > 
> > I need to call an XSL template with different values for a parameter based on 
>which browser a
> user
> > is using.  I have read the Deli Quick Start Guide and the Introduction to Deli.  I 
>followed
> the
> > instructions at http://xml.apache.org/cocoon/developing/deli.html carefully, but 
>there is no
> > useful output.
> > 
> > Here's what I get:
> > 
> > 
> >  > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> > Test Page for DELI in Cocoon
> > 
> > It looks like the deli-capabilities parameter is not getting set.  What can I do 
>to fix this?
> 
> Maybe you use a browser which
> a) references no UAProf profile and
> b) is not caught by the legacy mechanism, because there is no profile
> configured for that browser.
> -- 
> Johannes Koch  . IT Developer
> Pixelpark AG   . http://www.pixelpark.com
> Rotherstraße 8 . 10245 Berlin  .  Germany
> phone: +49 30 5058 - 1288  .  fax: - 1355
> 
> -
> 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]>
> 


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

-
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: deli

2002-04-26 Thread andexor

I tried IE 5.5, SP2, and Netscape 6.2.1 on Windows 2000.

I'd like to use Deli, if I can.  If not, there is a  tag 
in my
sitemap.xmap.  Where can I find more info on how to work with that?  I've read most of 
the pages
at http://xml.apache.org/xalan-j/ but it's not mentioned there.

Ed

--- Johannes Koch <[EMAIL PROTECTED]> wrote:
> andexor schrieb:
> > 
> > I need to call an XSL template with different values for a parameter based on 
>which browser a
> user
> > is using.  I have read the Deli Quick Start Guide and the Introduction to Deli.  I 
>followed
> the
> > instructions at http://xml.apache.org/cocoon/developing/deli.html carefully, but 
>there is no
> > useful output.
> > 
> > Here's what I get:
> > 
> > 
> >  > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> > Test Page for DELI in Cocoon
> > 
> > It looks like the deli-capabilities parameter is not getting set.  What can I do 
>to fix this?
> 
> Maybe you use a browser which
> a) references no UAProf profile and
> b) is not caught by the legacy mechanism, because there is no profile
> configured for that browser.
> -- 
> Johannes Koch  . IT Developer
> Pixelpark AG   . http://www.pixelpark.com
> Rotherstraße 8 . 10245 Berlin  .  Germany
> phone: +49 30 5058 - 1288  .  fax: - 1355
> 
> -
> 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]>
> 


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

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




deli

2002-04-25 Thread andexor

I need to call an XSL template with different values for a parameter based on which 
browser a user
is using.  I have read the Deli Quick Start Guide and the Introduction to Deli.  I 
followed the
instructions at http://xml.apache.org/cocoon/developing/deli.html carefully, but there 
is no
useful output.

Here's what I get:


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
Test Page for DELI in Cocoon

It looks like the deli-capabilities parameter is not getting set.  What can I do to 
fix this?

Ed


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

-
Please check that your question has not already been answered in the
FAQ before posting. 

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