mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: Errors when using the database xslt using msxsl.
This commit is contained in:
parent
81df57ac0f
commit
221f5618fb
1 changed files with 2 additions and 2 deletions
|
@ -297,13 +297,13 @@ inline void _getProp(const CCDBSynchronised &db, ICDBStructNode *node, NLMISC::C
|
|||
<!-- ######################################################### -->
|
||||
<!-- ##### branch template (header) ####### -->
|
||||
<!-- ######################################################### -->
|
||||
<xsl:template name="branch_header" mode="header-server">
|
||||
<xsl:template name="branch_header" match="IDONTKNOWWHATSHOULDGOHERE" mode="header-server">
|
||||
<xsl:if test="not(@clientonly='1')">
|
||||
class <xsl:call-template name="makeBranchType"/>
|
||||
{
|
||||
public:
|
||||
<!-- generate sub class member -->
|
||||
<xsl:for-each select="branch[not(@clientonly)]"><xsl:call-template name="branch_header" mmode="header-server"/></xsl:for-each>
|
||||
<xsl:for-each select="branch[not(@clientonly)]"><xsl:call-template name="branch_header" /></xsl:for-each>
|
||||
|
||||
private:
|
||||
ICDBStructNode *_BranchNode;
|
||||
|
|
Loading…
Reference in a new issue