You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/09/28 07:54:35 UTC

svn commit: r292133 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo: docs/overview.html sitemap.xmap

Author: antonio
Date: Tue Sep 27 22:54:21 2005
New Revision: 292133

URL: http://svn.apache.org/viewcvs?rev=292133&view=rev
Log:
Show a working sample with a namespace.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/docs/overview.html
    cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/docs/overview.html
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/docs/overview.html?rev=292133&r1=292132&r2=292133&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/docs/overview.html (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/docs/overview.html Tue Sep 27 22:54:21 2005
@@ -13,7 +13,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>LinkRewriterTransformer: bookdemo sample</title>
     </head>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/sitemap.xmap?rev=292133&r1=292132&r2=292133&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/linkrewriter/samples/bookdemo/sitemap.xmap Tue Sep 27 22:54:21 2005
@@ -53,6 +53,7 @@
          <map:parameter name="prefix" value="//*[@label='"/>
          <map:parameter name="suffix" value="']/@href"/>
          -->
+         <map:parameter name="namespace-uri" value="http://www.w3.org/1999/xhtml"/>
        </map:transform>
        <map:serialize/>
        <map:serialize type="xml"/>