Try this:
<xsl:apply-templates select="meta[@name='author']"/>
...
<xsl:template match="meta">
...

List of NOT implemented functions is here:
http://www.gingerall.com/charlie-bin/get/webGA/act/sablot_man.act


Bernhard Zwischenbrugger wrote:

> Isn't that implemented?
> 
> 
> <xsl:template match="meta/[@name='author']">     
> \author{
> <xsl:value-of select="@content"/>
> }
> </xsl:template>  
> 
> 
> I get an error:
> 
> sabcmd ../latex.xsl test.xml
> Error [code:214] [URI:file:/home/www/sablot/latex.xsl] [line:23] [node:attribute 
>'match']
> pattern is empty   
> 
> Is there a list of  functions implemented in Sablotron 0.5 ?
> 
> 

-- 
Petr Cimprich
Ginger Alliance Ltd.
www.gingerall.com

Reply via email to