7d6
< // ## BEGIN COPYRIGHT, LICENSE AND WARRANTY NOTICE ##
9c8,9
< // SOFTWARE RELEASE: 3.10.x
---
> // SOFTWARE RELEASE: 3.10.0alpha1
> // BUILD VERSION: 19424
28,29d27
< // ## END COPYRIGHT, LICENSE AND WARRANTY NOTICE ##
< //
271c269,278
<         $defaultValue = strtolower( $attributeParametersNode->elementTextContentByName( 'default-value' ) ) == 'true';
---
>         $defaultValueNode = $attributeParametersNode->elementByName( 'default-value' );
>         $defaultValueString = $defaultValueNode->attributeValue( 'is-set' );
> 	if ( isset( $defaultValueString ) && $defaultValueString == 'true' )
> 	{
> 	  $defaultValue = 1;
> 	}
>         else
> 	{
> 	  $defaultValue = 0;
> 	}
