src/main/java/com/atlassian/uwc/exporters/MindtouchExporterTest.java [352:376]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							"href=\"http://192.168.2.247/@api/deki/pages/43/tags\">" +
						"<tag value=\"test\" id=\"3\" " +
							"href=\"http://192.168.2.247/@api/deki/site/tags/3\">" +
							"<type>text</type>" +
							"<uri>http://192.168.2.247/Special:Tags?tag=test</uri>" +
							"<title>test</title>" +
						"</tag>" +
						"<tag value=\"tag with ws\" id=\"4\" " +
							"href=\"http://192.168.2.247/@api/deki/site/tags/4\">" +
							"<type>text</type>" +
							"<uri>http://192.168.2.247/Special:Tags?tag=tag+with+ws</uri>" +
							"<title>tag with ws</title>" +
						"</tag>" +
						"<tag value=\"tag,punctuation;\" " +
							"id=\"5\" href=\"http://192.168.2.247/@api/deki/site/tags/5\">" +
							"<type>text</type>" +
							"<uri>http://192.168.2.247/Special:Tags?tag=tag,punctuation;</uri>" +
							"<title>tag,punctuation;</title>" +
						"</tag>" +
						"<tag value=\"CAPS\" id=\"6\" " +
							"href=\"http://192.168.2.247/@api/deki/site/tags/6\">" +
							"<type>text</type>" +
							"<uri>http://192.168.2.247/Special:Tags?tag=CAPS</uri>" +
							"<title>CAPS</title>" +
						"</tag>" +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/atlassian/uwc/exporters/MindtouchExporterTest.java [805:829]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				"href=\"http://192.168.2.247/@api/deki/pages/43/tags\">" +
				"<tag value=\"test\" id=\"3\" " +
					"href=\"http://192.168.2.247/@api/deki/site/tags/3\">" +
					"<type>text</type>" +
					"<uri>http://192.168.2.247/Special:Tags?tag=test</uri>" +
					"<title>test</title>" +
				"</tag>" +
				"<tag value=\"tag with ws\" id=\"4\" " +
					"href=\"http://192.168.2.247/@api/deki/site/tags/4\">" +
					"<type>text</type>" +
					"<uri>http://192.168.2.247/Special:Tags?tag=tag+with+ws</uri>" +
					"<title>tag with ws</title>" +
				"</tag>" +
				"<tag value=\"tag,punctuation;\" " +
					"id=\"5\" href=\"http://192.168.2.247/@api/deki/site/tags/5\">" +
					"<type>text</type>" +
					"<uri>http://192.168.2.247/Special:Tags?tag=tag,punctuation;</uri>" +
					"<title>tag,punctuation;</title>" +
				"</tag>" +
				"<tag value=\"CAPS\" id=\"6\" " +
					"href=\"http://192.168.2.247/@api/deki/site/tags/6\">" +
					"<type>text</type>" +
					"<uri>http://192.168.2.247/Special:Tags?tag=CAPS</uri>" +
					"<title>CAPS</title>" +
				"</tag>" +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



