Hi.
I'm trying to make my own xsl file to export a state diagram to a XML file
(with SCXML format http://www.w3.org/TR/scxml/ )<http://www.w3.org/TR/scxml/>
I' ve a problem. This is my xsl file :
<xsl:template match="/">
<xsl:element name="dia-uml">
<xsl:apply-templates select="dia:obje...@type='UML - State']"/>
</xsl:element>
</xsl:template>
<xsl:template match="dia:obje...@type='UML - State']">
<xsl:element name="etat">
</xsl:element>
</xsl:template>
I've tried many things but when I export my file, it never pass in my
template State.
Have you an idea ?
Thanks, david
_______________________________________________
dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia