You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by gi...@apache.org on 2022/04/10 15:09:44 UTC

[db-jdo-site] branch publish updated: Auto-deploy site for commit e921e8fedf

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch publish
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/publish by this push:
     new a5fa101  Auto-deploy site for commit e921e8fedf
a5fa101 is described below

commit a5fa1014b41180befbea77b75da96d0329908e15
Author: andyjefferson <an...@datanucleus.org>
AuthorDate: Sun Apr 10 15:09:39 2022 +0000

    Auto-deploy site for commit e921e8fedf
---
 content/jdoquery_dtd.html | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/content/jdoquery_dtd.html b/content/jdoquery_dtd.html
index 56ed0d2..69e0724 100644
--- a/content/jdoquery_dtd.html
+++ b/content/jdoquery_dtd.html
@@ -317,10 +317,16 @@ specification</p>
 <div class="literalblock">
 <div class="content">
 <pre>&lt;!DOCTYPE jdoquery PUBLIC
-    "-//Sun Microsystems, Inc.//DTD Java Data Objects Query Metadata 3.0//EN"
-    "http://xmlns.jcp.org/dtd/jdoquery_3_0.dtd"&gt;
-
-&lt;!DOCTYPE jdoquery SYSTEM "file:/javax/jdo/jdoquery.dtd"&gt;</pre>
+    "-//The Apache Software Foundation//DTD Java Data Objects Query Metadata 3.2//EN"
+    "https://db.apache.org/jdo/xmlns/jdoquery_3_2.dtd"&gt;</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>or</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>&lt;!DOCTYPE jdoquery SYSTEM "file:/javax/jdo/jdoquery.dtd"&gt;</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -332,18 +338,17 @@ specification</p>
 <div class="literalblock">
 <div class="content">
 <pre>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
-&lt;jdo xmlns="http://xmlns.jcp.org/xml/ns/jdo/jdo"
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-     xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/jdo/jdoquery
-        http://xmlns.jcp.org/xml/ns/jdo/jdoquery_3_0.xsd"&gt;
+&lt;jdoquery xmlns="https://db.apache.org/jdo/xmlns/jdoquery"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="https://db.apache.org/jdo/xmlns/jdoquery https://db.apache.org/jdo/xmlns/jdoquery_3_2.xsd" version="3.2"&gt;
     ...
-&lt;/jdo&gt;</pre>
+&lt;/jdoquery&gt;</pre>
 </div>
 </div>
 <div class="paragraph">
 <p>Your MetaData should match either the
-<a href="http://xmlns.jcp.org/dtd/jdoquery_3_0.dtd">DTD</a> or the
-<a href="http://xmlns.jcp.org/xml/ns/jdo/jdoquery_3_0.xsd">XSD</a> specification.</p>
+<a href="https://db.apache.org/jdo/xmlns/jdoquery_3_2.dtd">DTD</a> or the
+<a href="https://db.apache.org/jdo/xmlns/jdoquery_3_2.xsd">XSD</a> specification.</p>
 </div>
 </div>
 </div>