From: Giuseppe G. <giu...@ag...> - 2003-06-06 15:45:44
|
Tony, > > It looks like you didn't declare the namespace for the 'fo' prefix. > > Try this (although you may not want the xsl:strip-space): > > ------------------------------------------------------------ > <?xml version="1.0" encoding="utf-8"?> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:fo="http://www.w3.org/1999/XSL/Format" > version="1.0"> > > <xsl:output method="xml"/> > > <xsl:strip-space elements="*"/> > > <xsl:template match="fo:marker"/> > > <xsl:template match="*"> > <xsl:copy> > <xsl:copy-of select="@*"/> > <xsl:apply-templates/> > </xsl:copy> > </xsl:template> > > </xsl:stylesheet> I've tried this, but it still doesn't work... Now I get the following error message: (process:3645): libfo-WARNING **: Unsupported property: Not a GObject: 0x854f1d8 Gius_. -- ---------------------------------------- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: giu...@ag... web: www.agamura.com ---------------------------------------- |