Commit 7ec645c2 authored by Pavel Vainerman's avatar Pavel Vainerman

(uniset-condegen): Исправил ошибку в шаблоне

parent 994b8e5d
...@@ -497,7 +497,7 @@ askPause(conf->getPIntProp(cnode,"askPause",2000)) ...@@ -497,7 +497,7 @@ askPause(conf->getPIntProp(cnode,"askPause",2000))
<xsl:if test="normalize-space(@no_check_id)!='1'"> <xsl:if test="normalize-space(@no_check_id)!='1'">
if( <xsl:value-of select="normalize-space(@name)"/> == UniSetTypes::DefaultObjectId ) if( <xsl:value-of select="normalize-space(@name)"/> == UniSetTypes::DefaultObjectId )
throw Exception( myname + ": Not found ID for (<xsl:value-of select="@name"/>) " + conf->getProp(cnode,"<xsl:value-of select="@name"/>") ); throw Exception( myname + ": Not found ID for (<xsl:value-of select="@name"/>) " + conf->getProp(cnode,"<xsl:value-of select="@name"/>") );
<xsl:if test="normalize-space(@node)!=''">
if( node_<xsl:value-of select="normalize-space(@name)"/> == UniSetTypes::DefaultObjectId ) if( node_<xsl:value-of select="normalize-space(@name)"/> == UniSetTypes::DefaultObjectId )
{ {
if( !conf->getProp(cnode,"node_<xsl:value-of select="normalize-space(@name)"/>").empty() ) if( !conf->getProp(cnode,"node_<xsl:value-of select="normalize-space(@name)"/>").empty() )
...@@ -506,7 +506,6 @@ askPause(conf->getPIntProp(cnode,"askPause",2000)) ...@@ -506,7 +506,6 @@ askPause(conf->getPIntProp(cnode,"askPause",2000))
node_<xsl:value-of select="normalize-space(@name)"/> = conf->getLocalNode(); node_<xsl:value-of select="normalize-space(@name)"/> = conf->getLocalNode();
} }
</xsl:if> </xsl:if>
</xsl:if>
</xsl:for-each> </xsl:for-each>
<xsl:for-each select="//msgmap/item"> <xsl:for-each select="//msgmap/item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment