Repository: geode-native
Updated Branches:
  refs/heads/develop 8193f42fe -> fafa7e0b6


GEODE-3119 Client DTD superseded by XSD - two additional updates to the text.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/fafa7e0b
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/fafa7e0b
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/fafa7e0b

Branch: refs/heads/develop
Commit: fafa7e0b6eb9a899c3ca9053a842b138cccbaa26
Parents: 8193f42
Author: Dave Barnes <dbar...@pivotal.io>
Authored: Tue Jul 11 15:41:32 2017 -0700
Committer: Dave Barnes <dbar...@pivotal.io>
Committed: Tue Jul 11 15:42:43 2017 -0700

----------------------------------------------------------------------
 .../geode-native-docs/client-cache/create-access-cache.html.md.erb | 2 +-
 docs/geode-native-docs/glossary.html.md.erb                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/fafa7e0b/docs/geode-native-docs/client-cache/create-access-cache.html.md.erb
----------------------------------------------------------------------
diff --git 
a/docs/geode-native-docs/client-cache/create-access-cache.html.md.erb 
b/docs/geode-native-docs/client-cache/create-access-cache.html.md.erb
index fbdeb65..215b6a8 100644
--- a/docs/geode-native-docs/client-cache/create-access-cache.html.md.erb
+++ b/docs/geode-native-docs/client-cache/create-access-cache.html.md.erb
@@ -53,7 +53,7 @@ When you use the regions, the client regions connect to the 
servers through the
 
 This file can have any name, but is generally referred to as `cache.xml` .
 
-For a list of the parameters in the `cache.xml` file, including the DTD, see 
[Cache Initialization File](../cache-init-file/chapter-overview.html).
+For a list of the parameters in the `cache.xml` file, including the XSD, see 
[Cache Initialization File](../cache-init-file/chapter-overview.html).
 
 To create your cache, call the `CacheFactory create` function.
 The `cache` object it returns gives access to the client caching API. For 
example:

http://git-wip-us.apache.org/repos/asf/geode-native/blob/fafa7e0b/docs/geode-native-docs/glossary.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/glossary.html.md.erb 
b/docs/geode-native-docs/glossary.html.md.erb
index 899458e..ae09a55 100644
--- a/docs/geode-native-docs/glossary.html.md.erb
+++ b/docs/geode-native-docs/glossary.html.md.erb
@@ -217,7 +217,7 @@ Time-to-live attributes are set at the region level for the 
region, and at the e
 
 ## XML
 
-EXtensible Markup Language. An open standard for describing data from the W3C, 
XML is a markup language similar to HTML. Both are designed to describe and 
transform data, but where HTML uses predefined tags, XML allows tags to be 
defined inside the XML document itself. Using XML, virtually any data item can 
be identified. The XML programmer creates and implements data-appropriate tags 
whose syntax is defined in a DTD file or an XSD (XML schema definition.)
+EXtensible Markup Language. An open standard for describing data from the W3C, 
XML is a markup language similar to HTML. Both are designed to describe and 
transform data, but where HTML uses predefined tags, XML allows tags to be 
defined inside the XML document itself. Using XML, virtually any data item can 
be identified. The XML programmer creates and implements data-appropriate tags 
whose syntax is defined in an XSD (XML schema definition) or a DTD (Document 
Type Definition) file.
 
 ## <a id="glossary__section_B65D71221D6F4F02B829EE4DB12FFCAB" 
class="no-quick-link"></a>XML schema definition
 

Reply via email to