mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-12 02:09:46 +00:00
Fixed: Errors when using the database xslt using msxsl.
This commit is contained in:
parent
9e6dc300e0
commit
5766f164b0
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) ####### -->
|
<!-- ##### 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')">
|
<xsl:if test="not(@clientonly='1')">
|
||||||
class <xsl:call-template name="makeBranchType"/>
|
class <xsl:call-template name="makeBranchType"/>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
<!-- generate sub class member -->
|
<!-- 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:
|
private:
|
||||||
ICDBStructNode *_BranchNode;
|
ICDBStructNode *_BranchNode;
|
||||||
|
|
Loading…
Reference in a new issue