Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.58 KB | None | 0 0
  1. <category>
  2.     <pattern>^ POPULATION OF * ^</pattern>
  3.     <template>
  4.         <think><set name="city"><star index ="2"/></set></think>
  5.             <condition name="city">
  6.                 <li value="Bristol">
  7.                     The population of Bristol is about 430000
  8.                 </li>
  9.                 <li value="London">
  10.                     The population of London is about 8.6 million
  11.                 </li>
  12.                 <li value="Bath">
  13.                     The population of Bath is about 84000
  14.                 </li>
  15.             </condition>
  16.     </template>
  17.   </category>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement