From 9a5853065e64b15ba696469bed07705b55277ff3 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Tue, 15 Jul 2003 15:08:57 +0000 Subject: replaced — by - --- .../doc-html/tutorial_and_examples.html | 2 +- .../org.eclipse.compare.examples.xml/doc-html/ui_xmlcompare_ex.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/org.eclipse.compare.examples.xml') 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.

Adding Ordered entries

-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. +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.
As an example consider the following ANT file in two slightly different versions: 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 @@

IBM Eclipse Platform XML Compare

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 — for modified XML elements — +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.

Installing the plugin