You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2004/09/09 16:13:58 UTC

svn commit: rev 43599 - incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas

Author: andreas
Date: Thu Sep  9 07:13:57 2004
New Revision: 43599

Added:
   incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/homepage.rng
Log:
added homepage schema

Added: incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/homepage.rng
==============================================================================
--- (empty file)
+++ incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/homepage.rng	Thu Sep  9 07:13:57 2004
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- $Id: xhtml.rng 42702 2004-03-13 12:34:18Z gregor $ -->
+
+<!--+
+    | XHTML doctype
+    +-->
+
+<grammar ns="http://www.w3.org/1999/xhtml"
+         xmlns="http://relaxng.org/ns/structure/1.0"
+         xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0"
+         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:dcterms="http://purl.org/dc/terms/"
+         xmlns:xhtml="http://www.w3.org/1999/xhtml"
+         >
+
+<include href="xhtml.rng"/>
+
+</grammar>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org