blob: eebcf186d8f499e123663872c999ae62415010bb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="utf-8">
<title>Apache Wicket DTDs | Apache Wicket</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body class="">
<div class="header default">
<div class="l-container">
<nav class="mainmenu">
<div class="nav-logo">
<a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
</div>
<div class="nav-container">
<!-- /start/quickstart.html || /dtds.data/ -->
<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
<!-- /start/download.html || /dtds.data/ -->
<a href="/start/download.html" class=" nav-items">Download</a>
<!-- /learn || /dtds.data/ -->
<a href="/learn" class=" nav-items">Documentation</a>
<!-- /help || /dtds.data/ -->
<a href="/help" class=" nav-items">Support</a>
<!-- /contribute || /dtds.data/ -->
<a href="/contribute" class=" nav-items">Contribute</a>
<!-- /community || /dtds.data/ -->
<a href="/community" class=" nav-items">Community</a>
<!-- /apache || /dtds.data/ -->
<a href="/apache" class=" nav-items">Apache</a>
</div>
<div class="nav-container ">
<a href="https://github.com/apache/wicket" target="_blank"><i class="fa fa-github nav-items"></i></a>
<a href="https://twitter.com/apache_wicket" target="_blank"><i class="fa fa-twitter nav-items"></i></a>
<a href="https://builtwithwicket.tumblr.com" target="_blank"><i class="fa fa-tumblr nav-items"></i></a>
</div>
</nav>
</div>
</div>
<main>
<div class="l-container">
<header class="l-full preamble">
<h1>Apache Wicket DTDs</h1>
</header>
<section class="toc left default ">
</section>
<section>
<p>The following are the Document Type Definitions and XML Schema Definitions which you can use
for Wicket 1.3.x, 1.4.x and 1.5.x respectively.</p>
<p>These definitions are not used by Wicket for its internal working but you can use them in your
HTML/XML editor to simplify the development of your pages/panels markup.</p>
<ul>
<li><a href="wicket-xhtml1.3-strict.dtd">Wicket 1.3 DTD</a></li>
<li><a href="wicket-xhtml1.4-strict.dtd">Wicket 1.4 DTD</a></li>
<li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob_plain;f=wicket-core/src/main/resources/META-INF/wicket-1.5.xsd;hb=wicket-1.5.x">Wicket 1.5 XSD</a></li>
</ul>
</section>
</div>
</main>
<footer>
<div class="l-container">
<div class="left">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 2021 — The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
</div>
</div>
</footer>
</body>
</html>