Hi,

Put some text in your:
<xsl:template match="title">boo
    <h1><xsl:apply-templates/></h1>
  </xsl:template>

Does it get there?

Try your transformation at the commandline and see if you get better error
messages.

It would probably better to post these questions on the XSL list, but you could
try posting sample XML and the XSL that attempts to apply-templates to get to
the title.

best,
-Rob



> -----Original Message-----
> From: Jeff Sexton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 11:35 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Confused about xsl:include
>
>
>
>
>
> On Thu, 12 Dec 2002, Timothy Larson wrote:
> > Check your log files...maybe the xsl:include is not looking in the
> > directory that you expect and so not finding the file to include.
>
> I know that's not it because if I use a bogus href in the include, I get
> an exception thrown.
>
> This is very puzzling.
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.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/faq/index.html>

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

Reply via email to