Re: [xslt] xsl:copy-of does not preserve disable-output-escaping flag on text nodes



On Thu, Jun 03, 2004 at 03:22:08PM +0000, Vladimir Grebenschikov wrote:
> % xsltproc test.xsl test.xsl
> 
>         Just call template
> 
>            <mytag/>
>         ;
> 
>         Copy-Of result of template call:
> 
>            &lt;mytag/&gt;
>         ;
>   

  Well the current CVS version seems to Just Work for me:

paphio:~/XSLT -> xsltproc test.xsl test.xsl
 
        Just call template
         
           <mytag/>
        ;
                                                                                
        Copy-Of result of template call:
         
           <mytag/>
        ;
   
paphio:~/XSLT ->

 Did you try the latests version ?

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]