Guest User

Untitled

a guest
May 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.91 KB | None | 0 0
  1. Input:
  2. <feature>
  3.   <keyboardshortcut>C-m</keyboardshortcut>
  4.   <option1>disabled</option2>
  5.   <option2>enabled</option2>
  6. </feature>
  7. <!-- bash script features START -->
  8. <feature>
  9.   <keyboardshortcut>C-f</keyboardshortcut>
  10.   <option1>enabled</option2>
  11.   <option2>disabled</option2>
  12. </feature>
  13. <feature>
  14.   <keyboardshortcut>C-g</keyboardshortcut>
  15.   <option1>enabled</option2>
  16.   <option2>enabled</option2>
  17. </feature>
  18. <!-- bash script features END -->
  19.  
  20. Output:
  21. <feature>
  22.   <keyboardshortcut>C-m</keyboardshortcut>
  23.   <option1>disabled</option2>
  24.   <option2>enabled</option2>
  25. </feature>
  26. <!-- bash script features START -->
  27. <feature>
  28.   <keyboardshortcut>C-f</keyboardshortcut>
  29.   <option1>disabled</option2>
  30.   <option2>disabled</option2>
  31. </feature>
  32. <feature>
  33.   <keyboardshortcut>C-g</keyboardshortcut>
  34.   <option1>enabled</option2>
  35.   <option2>enabled</option2>
  36. </feature>
  37. <!-- bash script features END -->
Add Comment
Please, Sign In to add comment