| Michael McDonald :: acting blog consulting noel contact | ||
|
On the heels of the last update, I have added a new type of notation for resolving variables and tags:
You can now require that a variable be resolved by Noel by using this notation:
$*requiredVariable
If the variable is undefined in Noel, compilation fails. Using required variable notation is more strict than regular notation, preventing typos and accidentally referring to variables that don’t exist.
Similarly, you can also require that a tag be resolved by Noel by using the notation:
<*RequiredTag>
More details can be found on the Noel Variable Resolution and Noel Tags documentation pages.
|
© 2009 Michael McDonald,
. All rights reserved.
|