Re: Export xsl, Save diagram error



Hey,

I'm still on my problem : an error appears when the export finished (but the made file semms correct).

I've cleaned my xsl file to find the problem :


NO ERROR

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:dia="http://www.lysator.liu.se/~alla/dia/"
  version="1.0">
  <xsl:output method="xml" indent="yes" encoding="ISO-8859-1"/>

  <xsl:template match="dia:diagram">
 

  </xsl:template>




ERROR

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:dia="http://www.lysator.liu.se/~alla/dia/"
  version="1.0">
  <xsl:output method="xml" indent="yes" encoding="ISO-8859-1"/>

  <xsl:template match="dia:diagram">
 
<xsl:element name="toto"></xsl:element>
  </xsl:template>




I still don't understand why ...


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