--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Content/Paragraph004.xml Mon Nov 24 20:27:51 2008 +0000
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xmlns="http://www.w3.org/2006/10/ttaf1"
+ xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+ xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+ <head>
+ <metadata>
+ <ttm:title>Content Test - Paragraph - 004</ttm:title>
+ <ttm:descr>Test the p element with xml:space default.</ttm:descr>
+ <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+ </metadata>
+ </head>
+ <body>
+ <div>
+ <p xml:space='default' begin="0s" end="10s">This text
+ must appear on one line.</p>
+ </div>
+ </body>
+</tt>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Content/Paragraph005.xml Mon Nov 24 20:27:51 2008 +0000
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xmlns="http://www.w3.org/2006/10/ttaf1"
+ xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+ xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+ <head>
+ <metadata>
+ <ttm:title>Content Test - Paragraph - 005</ttm:title>
+ <ttm:descr>Test the p element with xml:space preserve.</ttm:descr>
+ <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+ </metadata>
+ </head>
+ <body>
+ <div>
+ <p xml:space='preserve' begin="0s" end="10s">This text
+ must appear on one line.</p>
+ </div>
+ </body>
+</tt>