Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-07-14 10:11:10 +0000
committerAndre Weinand2003-07-14 10:11:10 +0000
commitf9111254c8c37a425eded63485c92f9e309ee828 (patch)
tree1f749ad831e7a62da93b0b7663b331d676fe1545 /examples
parentcf1065082fe0915bc06cb7cb5abe4ddb4f7c8b95 (diff)
downloadeclipse.platform.team-f9111254c8c37a425eded63485c92f9e309ee828.tar.gz
eclipse.platform.team-f9111254c8c37a425eded63485c92f9e309ee828.tar.xz
eclipse.platform.team-f9111254c8c37a425eded63485c92f9e309ee828.zip
fixed CHKPII errors
Diffstat (limited to 'examples')
-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 946601f25..976270966 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 &#8212; identified by its path &#8212; 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 &mdash; identified by its path &mdash; 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 ceb031707..178c5f6cd 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 &#8212; for modified XML elements &#8212;
+a difference tree which indicates which XML elements have been added or removed and &mdash; for modified XML elements &mdash;
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 &#8212; in the compare process &#8212; the right elements will be
+uniquely identifies this element. This assures that &mdash; in the compare process &mdash; 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