| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You 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. |
| --> |
| <resource-type name="xhtml"> |
| <schema namespace="http://relaxng.org/ns/structure/0.9" |
| uri="fallback://lenya/modules/xhtml/resources/schemas/xhtml.rng"/> |
| |
| <!-- Default time in seconds until the resource-type has expired --> |
| <expires seconds="3600"/> |
| |
| <samples uri="fallback://lenya/modules/xhtml/samples/samples.xml"/> |
| |
| <link-attribute xpath="//*[namespace-uri() = 'http://www.w3.org/1999/xhtml']/@href"/> |
| <link-attribute xpath="//*[namespace-uri() = 'http://www.w3.org/1999/xhtml']/@data"/> |
| <link-attribute xpath="//*[namespace-uri() = 'http://www.w3.org/1999/xhtml']/@src"/> |
| <format name="xhtml" uri="cocoon://modules/xhtml/xhtml.xml"/> |
| <format name="webdavGET" uri="cocoon://modules/xhtml/davget.xml"/> |
| <format name="luceneIndex" uri="cocoon://modules/xhtml/lucene-index"/> |
| <!-- "xslt-clean" format is used by webDAV (and other editors?) to "clean" xml content before it is validated/saved --> |
| <format name="xslt-clean" uri="fallback://lenya/modules/xhtml/xslt/clean-xhtml.xsl"/> |
| <format name="icon" uri="cocoon://modules/xhtml/icon"/> |
| |
| </resource-type> |