features.en.yhtml2
changeset 74 c3c5a089072a
parent 44 4e5f42d51cc4
equal deleted inserted replaced
73:483d99ba1b16 74:c3c5a089072a
   990         order:
   990         order:
   991         >>
   991         >>
   992 
   992 
   993     Code | include reverse part*.yml2
   993     Code | include reverse part*.yml2
   994 
   994 
   995     p > If there are the files part1.yml, part2.yml and part3.yml, part3.yml is included first now.
   995     p > If there are the files part1.yml2, part2.yml2 and part3.yml2, part3.yml2 is included first now.
   996 
   996 
   997     p > To include plain text as text nodes, you can use:
   997     p > To include plain text as text nodes, you can use:
   998 
   998 
   999     Code | include text some.txt
   999     Code | include text some.txt
  1000 
  1000 
  1001     p > To include ready made XML, use:
  1001     p > To include ready made XML, use:
  1002 
  1002 
  1003     Code | include xml some.xml
  1003     Code | include xml some.xml
       
  1004 
       
  1005     p > If there is a file mask or a filename in a pointer you can include indirectly:
       
  1006 
       
  1007     Code    ||
       
  1008             declare files = "*.yml2"
       
  1009             include from *files
       
  1010             ||
  1004 
  1011 
  1005     h2 id=python > Escaping into Python – the Escape Operator !
  1012     h2 id=python > Escaping into Python – the Escape Operator !
  1006 
  1013 
  1007     p > You can insert a Python command at any place by using the «!» operator:
  1014     p > You can insert a Python command at any place by using the «!» operator:
  1008 
  1015