Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 591 → Rev 592

/sun/xmleditor/trunk/src/plugins/regionEditorPlugin/RegionEditorPluginTransform.xsl
1,7 → 1,7
<!-- to-direction for RegionEditor
status: not tested, should be not so long
updated to given schema from 15/07/2003
Last Revision: 17/07/2003 by Sascha Walkenhorst -->
Last Revision: 18/07/2003 by Sascha Walkenhorst -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" />
 
12,7 → 12,7
 
 
<xsl:template match="REGIONS"><!-- element-plugin association -->
<xsl:element name="REGIONSET">
<xsl:element name="REGIONS">
 
<!-- work on attributes -->
<!-- get information of used image out of attribute 'image' -->
60,7 → 60,7
<xsl:for-each select="node()">
<xsl:copy-of select="self::node()" />
</xsl:for-each>
<!-- Insert an attribut which saves the original name of node,
<!-- Insert an attribute which saves the original name of node,
cause all nodes which contain data are transformed to a
"COORDS" node. This extra information is used in back-
transformation to restore the original name. -->
96,7 → 96,7
<xsl:for-each select="node()">
<xsl:copy-of select="self::node()" />
</xsl:for-each>
<!-- Insert an attribut which saves the original name of node,
<!-- Insert an attribute which saves the original name of node,
cause all nodes which contain data are transformed to a
"COORDS" node. This extra information is used in back-
transformation to restore the original name. -->
256,7 → 256,7
<xsl:for-each select="node()">
<xsl:copy-of select="self::node()" />
</xsl:for-each>
<!-- Insert an attribut which saves the original name of node,
<!-- Insert an attribute which saves the original name of node,
cause all nodes which contain data are transformed to a
"COORDS" node. This extra information is used in back-
transformation to restore the original name. -->
292,7 → 292,7
<xsl:for-each select="node()">
<xsl:copy-of select="self::node()" />
</xsl:for-each>
<!-- Insert an attribut which saves the original name of node,
<!-- Insert an attribute which saves the original name of node,
cause all nodes which contain data are transformed to a
"COORDS" node. This extra information is used in back-
transformation to restore the original name. -->