> From: Istvan Beszteri [mailto:[EMAIL PROTECTED]]
> 
> Hi,
> 
> I have some stupid problem:

<snip/>

> <?xml version="1.0"?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> 
> <xsl:template match="alma">
>     <xsl:value-of/>
> </xsl:template>
> 
> </xsl:stylesheet>
> 
> What is wrong?

Your stylesheet is wrong. I can recommend "XSLT Programmer's Reference"
by Michael Kay - it's a very good book. Or try adding select attribute
to the value-of element.

Vadim

 


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

Reply via email to