zipht,

one reason might be that you bind the 'xsl' namespace prefix to the
obsolete URI. Make sure you use the following:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  version="1.0">

Tom



zipht wrote:
> 
> im having a problem runing Sablotron from the comand line.
> 
> if i do a:
> [zipht@VALIS bin]$ ./sabcmd mystyle.xsl mydoc.xml
> 
> i get the stylesheet back at output. what am i doing wronge?
> 
> also im runing the linux binary.
> 
>         zipht



Reply via email to