Re: [xslt] libxslt



On Mon, Jul 23, 2001 at 10:27:50AM +1000, John Hurst wrote:
>   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
>     <xsl:variable name="StyleInfo">
>       <xsl:element name="META">
>         <xsl:attribute name="HTTP-EQUIV">Content-Style-Type</xsl:attribute>
>       </xsl:element>
>     </xsl:variable>
>   </xsl:stylesheet>

  Hum ... xsl:element outside of a template ... I don't handle those,
I'm uncertain if this is really allowed ... This would require a bit
of work to support.
  In the meantime
    <xsl:variable name="StyleInfo">
      <META HTTP-EQUIV="Content-Style-Type"/>
    </xsl:variable>
 should allow to bypass this limitation,

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
Sep 17-18 2001 Brussels Red Hat TechWorld http://www.redhat-techworld.com




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