Compiler: new format, checkable by the mean of a XSD (will come soon)

SVN:trunk[1951]
This commit is contained in:
Romain Quetiez
2012-04-11 14:06:11 +00:00
parent d0025358da
commit 11c85d7710
10 changed files with 670 additions and 670 deletions

View File

@@ -543,7 +543,7 @@ EOF;
{
// $oField
$sAttCode = $oField->getAttribute('name');
$sAttType = 'Attribute'.$oField->getAttribute('type');
$sAttType = $oField->getAttribute('xsi:type');
$aDependencies = array();
$oDependencies = $this->GetOptionalElement($oField, 'dependencies');
@@ -814,7 +814,7 @@ EOF;
protected function CompileMenu($oMenu, $sResFile, $sModuleRelativeDir, $oP)
{
$sMenuId = $oMenu->getAttribute("id");
$sMenuClass = $oMenu->getAttribute("type");
$sMenuClass = $oMenu->getAttribute("xsi:type");
$oParent = $this->GetOptionalElement($oMenu, 'parent');
if ($oParent)