Created
May 13, 2013 13:19
-
-
Save raphink/5568251 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
changes => [ | |
"set domain[.='$domain' and type='$type' and item='$item'] '$domain'", | |
"set domain[count(type)=0]/type '$type'", | |
"set domain[count(item)=0]/item '$item'", | |
"set domain[.='$domain' and type='$type' and item='$item']/value '$value'", | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment