Created
November 23, 2012 22:05
-
-
Save atebitftw/4137502 to your computer and use it in GitHub Desktop.
Simple namespace usage in Buckshot template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
We declare a defult namespace which tells the framework | |
which platform elements are in-scope by default. | |
--> | |
<template xmlns='http://buckshotui.org/platforms/html'> | |
<!-- | |
without the above namespace declaration, this element | |
will not be found by the template parser | |
--> | |
<textblock text='hello world' /> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment