Subject: Re: entities and mixed processing of the guide with SGML/XML tools and sed
To: None <netbsd-docs@NetBSD.org>
From: Klaus Heinz <k.heinz.apr.fuenf@onlinehome.de>
List: netbsd-docs
Date: 04/03/2005 23:00:43
Hiroki Sato wrote:
>  It is possible.  The attached stylesheet should do the job.

> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>                 version='1.0'>
>   <xsl:output method='xml'/>
> 
>   <xsl:template match="processing-instruction('sdataEntity')">
>     <xsl:text disable-output-escaping="yes">&amp;</xsl:text>
                ^^^^^^^^^^^^^^^^^^^^^^^
This was the missing piece. Although I had tried xsl:text I must have
missed this attribute.

ciao
     Klaus