Re: Export xsl, Save diagram error
- From: david <daav14 gmail com>
- To: dia-list gnome org
- Subject: Re: Export xsl, Save diagram error
- Date: Wed, 10 Jun 2009 10:48:34 +0200
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]