You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Christopher Cobb <cc...@phtek.com> on 2001/09/02 04:37:54 UTC

XSLT Book Recommendation

What book/web site/tutorial/etc do people recommend for learning XSLT?

Chris



---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


SOLVED: C1.8.2 and C2.0b2 questions (point 1)

Posted by Drasko Kokic <dr...@yahoo.com>.
The first point is being solved ... there was one
<xsl:copy> too many in my logicsheet for the attribute
forwarding.

Hope this could be helpfull to others

Drasko

P.S. I am still struggling with the second point.

--- Drasko Kokic <dr...@yahoo.com> wrote:
> Hi there,
> 
> I have two points that I cannot resolve properly:
> 
> 1. I have introduced my own logicsheet and it is
> working except that the session objects are not
> generated automatically even thought I still have
> create-session="true" atribute in the xsp:page node.
> My generated Java code has the following in:
>   HttpSession session = request.getSession(false);
> which is wrong !!!
> How can I propagate the atributes thrue my
> logicsheet?
> I already have the following in:
> ...
>   <xsl:template match="xsp:page">
>     <xsp:page>
>       <xsl:copy>
>         <xsl:apply-templates select="@*"/>
>       </xsl:copy>
> ...
>   <xsl:template match="@*|node()" priority="-1">
>     <xsl:copy><xsl:apply-templates
> select="@*|node()"/></xsl:copy>
>   </xsl:template>
> ...
> 
> Is this not enough???
> 
> 
> 2.  More conceptualy, I need to request in my XSP
> code
> a PDF file from some BSS and "forward" it to the
> client browser without any more modification.  Is
> this
> possible in C1 and/or C2?  How?!
> 
> Thanks in advance
> Drasko
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant
> messaging with Yahoo! Messenger
> http://im.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:
> <co...@xml.apache.org>
> For additional commands, e-mail:
> <co...@xml.apache.org>
> 


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


C1.8.2 and C2.0b2 questions

Posted by Drasko Kokic <dr...@yahoo.com>.
Hi there,

I have two points that I cannot resolve properly:

1. I have introduced my own logicsheet and it is
working except that the session objects are not
generated automatically even thought I still have
create-session="true" atribute in the xsp:page node.
My generated Java code has the following in:
  HttpSession session = request.getSession(false);
which is wrong !!!
How can I propagate the atributes thrue my logicsheet?
I already have the following in:
...
  <xsl:template match="xsp:page">
    <xsp:page>
      <xsl:copy>
        <xsl:apply-templates select="@*"/>
      </xsl:copy>
...
  <xsl:template match="@*|node()" priority="-1">
    <xsl:copy><xsl:apply-templates
select="@*|node()"/></xsl:copy>
  </xsl:template>
...

Is this not enough???


2.  More conceptualy, I need to request in my XSP code
a PDF file from some BSS and "forward" it to the
client browser without any more modification.  Is this
possible in C1 and/or C2?  How?!

Thanks in advance
Drasko


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: XSLT Book Recommendation

Posted by Max Dunn <ma...@siliconpublishing.com>.
Michael Kay's book, XSLT Programmer's reference, 2nd edition, is
essential (ISBN 1861003129).  Two other good books:
XSLT Quickly, Bob DuCharme (ISBN 1930110111)
The XSL companion, Neil Bradley (ISBN 0201674874)

See the links here:
http://www.siliconpublishing.org/XSL.asp
especially Dave Pawson's FAQ:
http://www.dpawson.co.uk/xsl/xslfaq.html
, the XSLT chapter or the XML Bible online at:
http://www.ibiblio.org/xml/books/bible2/chapters/ch17.html
and ZVON's XSLT Tutorial:
http://zvon.org/xxl/XSLTutorial/Books/Book1/index.html

If you're serious, the Mulberry Tech list has a substantial volume, but
the participants are experts and will answer any question at all:
http://www.mulberrytech.com/xsl/


Max




-----Original Message-----
From: ccobb [mailto:ccobb] On Behalf Of Christopher Cobb
Sent: Saturday, September 01, 2001 7:38 PM
To: cocoon-users@xml.apache.org
Subject: XSLT Book Recommendation


What book/web site/tutorial/etc do people recommend for learning XSLT?

Chris



---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>



---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: [Cocoon Users]XSLT Book Recommendation

Posted by Carlos <ca...@cvc.edu>.
Michael Kay wrote a book on XSLT for Wrox. I recommend it to anyone that is
interested in learning XSLT

Carlos


Once upon a time, "Christopher Cobb" was seen writting:

> What book/web site/tutorial/etc do people recommend for learning XSLT?
> 
> Chris
> 
> 
> 
> ---------------------------------------------------------------------
> 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: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 

-- 
---
P  |Carlos Araya
_  |WebCT Administrator/Trainer
G  |California Virtual Campus, Region 1
---- C/O De Anza College
10650 Bubb Road
Cupertino, CA 95014

mail:       carlos@cvc.edu
web:        http://www.cvc1.org (work)
            http://www.silverwolf-net.net (personal)
PGP Fingerprint:     E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

You may not be able to change the whole world, but at least you can
embarrass the guilty.
-- Katha Pollitt 



---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>