Created
May 12, 2011 18:39
-
-
Save trehn/969165 to your computer and use it in GitHub Desktop.
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
I am a file at /tmp/${x} and the magic number is ${z} |
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
<Bundle name="mybundle" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> | |
<py:for each="x in y"> | |
<?python z = 5 ?> | |
<BoundPath type="file" name="/tmp/${x}" owner="root" group="root" perms="0644"><xi:include parse="text" href="foobar.newtxt" /></BoundPath> | |
</py:for> | |
</Bundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment