Fixed lang attribute
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 05 Jun 2009 23:37:56 +0000
changeset 142 d193ba595eed
parent 141 bfc52249cc91
child 143 fefc40b4c5b7
Fixed lang attribute
Fixed base attribute
testsuite/Parameters/Parameters006.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Parameters/Parameters006.xml	Fri Jun 05 23:37:56 2009 +0000
@@ -0,0 +1,31 @@
+<tt xml:lang="en"
+    xmlns:ttf="http://www.w3.org/2006/10/ttaf1#feature"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ms="http://www.microsoft.com/enable/timedtext"
+    xmlns="http://www.w3.org/2006/10/ttaf1">
+  <head>
+    <metadata> 
+      <ttm:title>Parameter Test - Parameters - 006</ttm:title>
+      <ttm:desc>Test profile element</ttm:desc>
+      <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+    </metadata>
+    <ttp:profile use="http://www.w3.org/2006/10/ttaf1/profile/dfxp-presentation">
+      <ttp:features>
+        <ttp:feature value="required">#rollUp</ttp:feature>
+        <ttp:feature value="optional">#fontStyle-italic</ttp:feature>
+      </ttp:features>
+      <ttp:extensions>
+        <ttp:extension value="required">#x-prefilter-by-language</ttp:extension>
+      </ttp:extensions>
+      <ttp:extensions xml:base="http://foo.bar.example.org/ttaf1/extension">
+        <ttp:extension value="required">#private-extension-1</ttp:extension>
+      </ttp:extensions>
+    </ttp:profile>
+  </head>
+  <body>
+    <div>
+      <p>This test reserved for the profile/feature test</p>
+    </div>
+  </body>
+</tt>