Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2


Ignore:
Timestamp:
Jun 4, 2006, 2:41:15 PM (18 years ago)
Author:
cmlenz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2 – Description

    initial v1  
    88}}}
    99
    10 The stream returned by the `select` function should ''not'' include the `<body>` element itself, but only the child elements.
     10and the following template including the above snippet:
     11
     12{{{
     13#!xml
     14<body>
     15  <p>Hello world</p>
     16</body>
     17}}}
     18
     19The stream returned by the `select` function should ''not'' include the `<body>` element itself, but only the child elements (in this case, `<p>Hello world</p>`).