<?xml version="1.0" encoding="ISO-8859-1"?><root><document xmlns:xsp="http://apache.org/xsp" xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:i18n="http://apache.org/cocoon/i18n/2.1" language="English">
    <xsp-request:get-session/>
    
    <title>
      Hello, internationalization!
    </title>
    <form method="GET">
      <input type="text" name="username" value="[yourname]">
        
      </input>
      <input type="submit" name="submit" value="Submit"/>
    </form>
    <annotation>
      See i18n documentation for details: <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html">Cocoon 2 Web Site</link>
    </annotation>
    <sub-title>
      This page was accessed 75 times. Last at: Jun 7, 2026 2:28:07 PM.
    </sub-title>

    <content>
      <para title="First" name="Article">
        This is a key value.
      </para>
      <para title="Second" name="Article">
        This is another i18n paragraph and is also a cool one.
      </para>
      <para title="Third" name="Article">
        Hello, <strong>none</strong>! Glad to see you!
      </para>
      <para title="Forth" name="Article">
        One = one, two = two, baby! ~
          This line is not translated ~
      </para>

      <para title="Number formatting (not translated)" name="Article">
        Number: 1,994 | Currency: $71.50 | Percent: 120% | Processed on: Jun 7, 2026 2:28:07 PM
      </para>

      
      <para title="Evaluated First, Second, escaped \{third\}." name="i18n:expr">
        This paragraph is an example of attribute expression evaluation.
      </para>
    </content>

    <bottom>
      <copyright>Copyright 1999-2005 The Apache Software Foundation</copyright>
    </bottom>
  </document></root>