You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/07/09 12:53:17 UTC

svn commit: r1501197 - in /jmeter/trunk/bin/templates: templates.dtd templates.xml

Author: sebb
Date: Tue Jul  9 10:53:16 2013
New Revision: 1501197

URL: http://svn.apache.org/r1501197
Log:
Add basic DTD for the templates.xml file

Added:
    jmeter/trunk/bin/templates/templates.dtd   (with props)
Modified:
    jmeter/trunk/bin/templates/templates.xml

Added: jmeter/trunk/bin/templates/templates.dtd
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/templates/templates.dtd?rev=1501197&view=auto
==============================================================================
--- jmeter/trunk/bin/templates/templates.dtd (added)
+++ jmeter/trunk/bin/templates/templates.dtd Tue Jul  9 10:53:16 2013
@@ -0,0 +1,27 @@
+<!--
+   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.
+-->
+
+<!--  Basic DTD for podlings.xml -->
+<!ELEMENT templates (template+)>
+
+<!ELEMENT template (name, fileName, description)>
+
+<!ELEMENT name  (#PCDATA)  >
+
+<!ELEMENT fileName  (#PCDATA)  >
+
+<!ELEMENT description  (#PCDATA)  >

Propchange: jmeter/trunk/bin/templates/templates.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jmeter/trunk/bin/templates/templates.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/templates/templates.xml?rev=1501197&r1=1501196&r2=1501197&view=diff
==============================================================================
--- jmeter/trunk/bin/templates/templates.xml (original)
+++ jmeter/trunk/bin/templates/templates.xml Tue Jul  9 10:53:16 2013
@@ -15,6 +15,10 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
+<!-- 
+    See the DTD for allowable elements and attributes.
+ -->
+<!DOCTYPE templates SYSTEM "templates.dtd">
 <templates>
     <template>
         <name>Recording</name>