[Po4a-commits] "po4a/t/data-25 xhtml.html, NONE, 1.1 xhtml.po, NONE, 1.1 xhtml_normalized.html, NONE, 1.1"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Jun 13 20:59:17 UTC 2006


Update of /cvsroot/po4a/po4a/t/data-25
In directory haydn:/tmp/cvs-serv20299/t/data-25

Added Files:
	xhtml.html xhtml.po xhtml_normalized.html 
Log Message:
Add an Xhtml testsuite. Thanks to Yves Rütschlé.


--- NEW FILE: xhtml_normalized.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
  <head>
    <!--#set var="BLAH" value="1" -->
    <!--#include virtual="header.shtml"-->
    <title>Title string</title>
  </head>

  <body>
    <div class="content">
	    <h1>Header</h1>
		<img src="somepicture.jpg" class="left"                 alt="Some text" title="My picture" />

              <p><strong>Strong</strong>not strong</p>
              <p><strong>Another line</strong> with space and no closing.</p>
              <p>
                <a href="somelink.html">My link</a>, <a href="nextline.html">link on next 
line</a>, <a href="sameline.html">line on same line</a>.
      </p>

      <img src="picture.jpg" alt="picture" />

      and some text without a paragraph mark.
    </div>
  </body>
</html>


--- NEW FILE: xhtml.po ---
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2006-06-13 22:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING"

# type: Content of: <html><head><title>
#: ../data-25/xhtml.html:8
msgid "Title string"
msgstr ""

# type: Content of: <html><body><div><h1>
#: ../data-25/xhtml.html:13
msgid "Header"
msgstr ""

# type: Attribute 'alt' of: <html><body><div><img>
#: ../data-25/xhtml.html:15
msgid "Some text"
msgstr ""

# type: Attribute 'title' of: <html><body><div><img>
#: ../data-25/xhtml.html:15
msgid "My picture"
msgstr ""

# type: Content of: <html><body><div><p>
#: ../data-25/xhtml.html:17
msgid "<strong>Strong</strong>not strong"
msgstr ""

# type: Content of: <html><body><div><p>
#: ../data-25/xhtml.html:18
msgid "<strong>Another line</strong> with space and no closing."
msgstr ""

# type: Content of: <html><body><div><p>
#: ../data-25/xhtml.html:20
msgid ""
"<a href=\"somelink.html\">My link</a>, <a href=\"nextline.html\">link on "
"next line</a>, <a href=\"sameline.html\">line on same line</a>."
msgstr ""

# type: Attribute 'alt' of: <html><body><div><img>
#: ../data-25/xhtml.html:24
msgid "picture"
msgstr ""

# type: Content of: <html><body><div>
#: ../data-25/xhtml.html:26
msgid "and some text without a paragraph mark."
msgstr ""

--- NEW FILE: xhtml.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
  <head>
    <!--#set var="BLAH" value="1" -->
    <!--#include virtual="header.shtml"-->
    <title>Title string</title>
  </head>

  <body>
    <div class="content">
	    <h1>Header</h1>
		<img src="somepicture.jpg" class="left" 
                alt="Some text" title="My picture" />

              <p><strong>Strong</strong>not strong</p>
              <p><strong>Another line</strong> with space and no closing.</p>
              <p>
                <a href="somelink.html">My link</a>,
                <a href="nextline.html">link on next line</a>, <a href="sameline.html">line on same line</a>.
      </p>

      <img src="picture.jpg" alt="picture" />

      and some text without a paragraph mark.
    </div>
  </body>
</html>





More information about the Po4a-commits mailing list