From d6b1626253340219452ea9f949f55280eef26fa4 Mon Sep 17 00:00:00 2001 From: Mirek Jahoda Date: Mon, 23 Oct 2017 15:40:18 +0000 Subject: [PATCH] Update Tasks-Serialization.xml - grammar fixes --- en-US/Tasks-Serialization.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en-US/Tasks-Serialization.xml b/en-US/Tasks-Serialization.xml index 60ad18b..7165a07 100644 --- a/en-US/Tasks-Serialization.xml +++ b/en-US/Tasks-Serialization.xml @@ -334,7 +334,7 @@ XInclude processing can reference file and network resources and include them into the document, much like external entity references. When parsing untrusted XML documents, XInclude - processing should be truned off. + processing should be turned off. XInclude processing is also fairly complex and may pull in @@ -345,7 +345,7 @@
- Algorithmic complexity of XML validation + Algorithmic Complexity of XML Validation DTD-based XML validation uses regular expressions for content models. The XML specification requires that content models @@ -389,7 +389,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> - It is also possible to reject internal DTD subsets altogeher, + It is also possible to reject internal DTD subsets altogether, using a suitable XML_StartDoctypeDeclHandler handler installed with XML_SetDoctypeDeclHandler. @@ -400,7 +400,7 @@ Using Qt for XML Parsing The XML component of Qt, QtXml, does not resolve external IDs - by default, so it is not requred to prevent such resolution. + by default, so it is not required to prevent such resolution. Internal entities are processed, though. To change that, a custom QXmlDeclHandler and QXmlSimpleReader subclasses are needed. It