Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.compare.examples.xml')
-rw-r--r--examples/org.eclipse.compare.examples.xml/doc-html/tutorial_and_examples.html2
-rw-r--r--examples/org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/doc-html/tutorial_and_examples.html b/examples/org.eclipse.compare.examples.xml/doc-html/tutorial_and_examples.html
index 976270966..ae1baff9f 100644
--- a/examples/org.eclipse.compare.examples.xml/doc-html/tutorial_and_examples.html
+++ b/examples/org.eclipse.compare.examples.xml/doc-html/tutorial_and_examples.html
@@ -124,7 +124,7 @@ Also, when an ID Mapping Scheme is used and there are elements with no id mappin
To specify that the children of an element should be compared in order of appearance. See the next section on Ordered entries.
<h2>Adding Ordered entries</h2>
-Ordered entries are used to specify that the direct children (excluding attributes) of an xml element &mdash; identified by its path &mdash; should be compared in ordered way instead of the default unordered method.
+Ordered entries are used to specify that the direct children (excluding attributes) of an xml element - identified by its path - should be compared in ordered way instead of the default unordered method.
<br> As an example consider the following ANT file in two slightly different versions:
<table>
<tr>
diff --git a/examples/org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html b/examples/org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html
index 178c5f6cd..d69a80f3f 100644
--- a/examples/org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html
+++ b/examples/org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html
@@ -8,7 +8,7 @@
<center><h1>IBM Eclipse Platform XML Compare</h1></center>
The XML Compare plugin allows you to perform a structural compare of two XML documents. It returns
-a difference tree which indicates which XML elements have been added or removed and &mdash; for modified XML elements &mdash;
+a difference tree which indicates which XML elements have been added or removed and - for modified XML elements -
what differences there are with respect to attributes or body text.
<h2>Installing the plugin</h2>
<ul>
@@ -32,7 +32,7 @@ See <a href="tutorial_and_examples.html">Tutorial and Examples</a> for more info
<br>
<h3>ID Mapping Schemes</h3>
An ID Mapping Scheme specifies for XML elements an attribute or the text of a child element that
-uniquely identifies this element. This assures that &mdash; in the compare process &mdash; the right elements will be
+uniquely identifies this element. This assures that - in the compare process - the right elements will be
matched and therefore compared with each other. If for an XML element no ID Mapping is specified, a general matching algorithm
is be used. However, this general matching algorithm does not always return the desired result.
The reason for this is that the general matching algorithm looks for a matching of the nodes of the two parsed trees

Back to the top