<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XML Tribune</title>
	<atom:link href="http://xml-tools.com/xmltribune/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://xml-tools.com/xmltribune</link>
	<description>Blogging about XML, tools and Micro ISV ...</description>
	<lastBuildDate>Fri, 18 May 2012 11:54:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Benefits of using Xerces in XMLSpy</title>
		<link>http://xml-tools.com/xmltribune/?p=189</link>
		<comments>http://xml-tools.com/xmltribune/?p=189#comments</comments>
		<pubDate>Thu, 10 May 2012 12:54:03 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>
		<category><![CDATA[xerces]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=189</guid>
		<description><![CDATA[Beside Schematron validation the XML ValidatorBuddy plugin also includes the popular Xerces parser to do W3C and DTD validation within XMLSpy. But what are the benefits of also having simple access to the Xerces engine in the XML editor? Most of the time people are asking for two things: A second parser to compare validation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2012/05/enhanced_validation.jpg"><img class="aligncenter size-full wp-image-192" title="Enhanced schema and DTD validation" src="http://xml-tools.com/xmltribune/wp-content/uploads/2012/05/enhanced_validation.jpg" alt="Enhanced schema and DTD validation" width="494" height="250" /></a></p>
<p>Beside Schematron validation the XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> plugin also includes the popular Xerces parser to do W3C and DTD validation within XMLSpy. But what are the benefits of also having simple access to the Xerces engine in the XML editor? Most of the time people are asking for two things:</p>
<ul>
<li>A second parser to compare validation results and to increase the standard conformance of any self-developed schema.</li>
<li>How to get all validation errors at once? In this case XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> helps to avoid validating the XML document over and over again. The screenshot above shows a good example where just two minor typos need to be corrected but both of them are reported at once.</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D189&amp;title=Benefits%20of%20using%20Xerces%20in%20XMLSpy" id="wpa2a_2"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML validation without schemaLocation attributes</title>
		<link>http://xml-tools.com/xmltribune/?p=173</link>
		<comments>http://xml-tools.com/xmltribune/?p=173#comments</comments>
		<pubDate>Thu, 03 May 2012 13:03:43 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[catalog]]></category>
		<category><![CDATA[schemaLocation]]></category>
		<category><![CDATA[targetNamespace]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=173</guid>
		<description><![CDATA[In contrast to many other tools XML ValidatorBuddy supports validation of XML files against W3C schema definitions without an explicit reference in the instance document. This is done using an XML catalog and an association based on the usage of namespaces in the instance document and the definition of a target namespace in the schema. [...]]]></description>
			<content:encoded><![CDATA[<p>In contrast to many other tools XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> supports validation of XML files against W3C schema definitions without an explicit reference in the instance document.</p>
<p>This is done using an XML catalog and an association based on the usage of namespaces in the instance document and the definition of a target namespace in the schema. XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> provides a simple command for adding any W3C schema with a target namespace to the internal XML catalog:</p>
<div id="attachment_183" class="wp-caption aligncenter" style="width: 297px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2012/05/add_to_catalog_command.jpg"><img class="size-full wp-image-183" title="add_to_catalog_command" src="http://xml-tools.com/xmltribune/wp-content/uploads/2012/05/add_to_catalog_command.jpg" alt="add to xml catalog command" width="287" height="107" /></a><p class="wp-caption-text">Add to XML catalog command</p></div>
<p>The &#8220;Add to Schema catalog for validation&#8221; command is part of the File Explorer context menu. Just select a W3C schema file and select the menu item after a right-mouse-click.</p>
<p>Whenever an XML file is validated, any grammar which is available in the XML catalog is also used for validation if a matching namespace usage is found. This way it is no longer necessary to provide a schemaLocation attribute in every XML instance.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D173&amp;title=XML%20validation%20without%20schemaLocation%20attributes" id="wpa2a_4"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First outlook on release 3.4</title>
		<link>http://xml-tools.com/xmltribune/?p=180</link>
		<comments>http://xml-tools.com/xmltribune/?p=180#comments</comments>
		<pubDate>Thu, 19 Apr 2012 11:20:12 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[Schematron]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[Saxon]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=180</guid>
		<description><![CDATA[The release of XML ValidatorBuddy 3.4 comes closer and I want to take this opportunity to give an outlook on the major new features of the next version. W3C schema validation using namespace mappings with XML catalog support Release 3.4 of XML ValidatorBuddy will be able to validate instance documents without any schemaLocation attributes. Instead [...]]]></description>
			<content:encoded><![CDATA[<p>The release of XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> 3.4 comes closer and I want to take this opportunity to give an outlook on the major new features of the next version.</p>
<ul>
<li>W3C schema validation using namespace mappings with XML catalog support<br />
Release 3.4 of XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> will be able to validate instance documents without any schemaLocation attributes. Instead the namespace information from the XML can be used to load a W3C schema with the same target namespace if this schema is known in the XML catalog. Any schema with a target namespace can be added to the catalog with a single command.</li>
<li>Integration of Saxon as XSL transformation engine.<br />
The popular and powerful Saxon XSL engine can be used in XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> 3.4 to improve performance and to enable Saxon specific transformations.</li>
<li>Improved Schematron validation<br />
Using the Saxon XSL engine makes Schematron validation faster in the desktop application and the Altova XMLSpy® plugin. In addition the Schematron implementation will support the use of abstract patterns as a new validation feature.</li>
</ul>
<p>As usual, everyone with a valid 3.x license of XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> can upgrade to 3.4 free of charge.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D180&amp;title=First%20outlook%20on%20release%203.4" id="wpa2a_6"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISO Schematron XSLT2 distributions</title>
		<link>http://xml-tools.com/xmltribune/?p=165</link>
		<comments>http://xml-tools.com/xmltribune/?p=165#comments</comments>
		<pubDate>Tue, 20 Mar 2012 22:19:16 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[Schematron]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[xmlspy]]></category>
		<category><![CDATA[XSLT 2.0]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=165</guid>
		<description><![CDATA[Currently the XML ValidatorBuddy software (desktop application and XMLSpy plugin) installs the standard XSLT 1.0 stylesheets for Schematron validation. However, since the parser is also capable of XSLT 2.0 it is also possible to use the ISO Schematron XSLT2 implementations. Those are available as a ZIP archive from www.schematron.com Simply download the archive and extract [...]]]></description>
			<content:encoded><![CDATA[<p>Currently the XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> software (desktop application and XMLSpy plugin) installs the standard XSLT 1.0 stylesheets for Schematron validation. However, since the parser is also capable of XSLT 2.0 it is also possible to use the ISO Schematron XSLT2 implementations. Those are available as a ZIP archive from <a href="http://www.schematron.com" target="_blank">www.schematron.com</a></p>
<p>Simply download the archive and extract the files to any folder you like. Then open the settings dialog to enter the paths to the new stylesheets. In the desktop application use the &#8220;Options&#8221; command, in case of the XMLSpy plugin click the &#8220;Settings&#8230;&#8221; button on the Advanced tab. As you can see in the screenshot below, browse for the iso_dsdl_include.xsl and iso_schematron_skeleton_for_saxon.xsl stylesheets:</p>
<div id="attachment_166" class="wp-caption aligncenter" style="width: 427px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2012/03/schematron_xslt2_settings.jpg"><img class="size-full wp-image-166" title="Schematron settings" src="http://xml-tools.com/xmltribune/wp-content/uploads/2012/03/schematron_xslt2_settings.jpg" alt="Schematron settings" width="417" height="383" /></a><p class="wp-caption-text">Schematron settings</p></div>
<p>This way you can use the improved Schematron XSLT2 implementations of the ISO standard.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D165&amp;title=ISO%20Schematron%20XSLT2%20distributions" id="wpa2a_8"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RelaxNG validation</title>
		<link>http://xml-tools.com/xmltribune/?p=157</link>
		<comments>http://xml-tools.com/xmltribune/?p=157#comments</comments>
		<pubDate>Tue, 20 Mar 2012 11:43:52 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Batch validation]]></category>
		<category><![CDATA[RelaxNG]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=157</guid>
		<description><![CDATA[Starting with version 3.3 of XML ValidatorBuddy you can also validate XML instance files using a RelaxNG schema. Because the RelaxNG standard doesn&#8217;t define a way how to put a reference to the schema into the XML instance file, you have to use the &#8220;Validate against Schema&#8221; functionality within the desktop application of XML ValidatorBuddy. [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with version 3.3 of XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> you can also validate XML instance files using a RelaxNG schema.</p>
<p>Because the RelaxNG standard doesn&#8217;t define a way how to put a reference to the schema into the XML instance file, you have to use the &#8220;Validate against Schema&#8221; functionality within the desktop application of XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a>. Simply select a RelaxNG schema file, typically having a *.rng file extension, and click &#8220;Validate&#8221; to check the XML document.</p>
<p>Of course you can also validate multiple documents at once by selecting more files in the File Explorer window. RelaxNG validation is also available for the batch validation component. Just select RelaxNG as parser when you configure the batch task.</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D157&amp;title=RelaxNG%20validation" id="wpa2a_10"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=157</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New features for the free Command Line XML parser</title>
		<link>http://xml-tools.com/xmltribune/?p=148</link>
		<comments>http://xml-tools.com/xmltribune/?p=148#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:37:13 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[Parser]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>
		<category><![CDATA[xerces]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=148</guid>
		<description><![CDATA[Detailed error report on validation Until today the free XML ValidatorBuddy shell tool, which uses the Xerces parser internally, only reported if the XML instance is valid or not. This has changed with the latest release 3.2.2 of the XML command line tool. Now it is also possible to get a detailed error report with [...]]]></description>
			<content:encoded><![CDATA[<h3>Detailed error report on validation</h3>
<p>Until today the free XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> shell tool, which uses the Xerces parser internally, only reported if the XML instance is valid or not. This has changed with the latest release 3.2.2 of the XML command line tool. Now it is also possible to get a detailed error report with the new -verbose option on validating one or more documents.</p>
<p>Just add the -verbose option to the command line to turn it on:</p>
<pre>valbuddy.exe -v -verbose ctI031.xml</pre>
<pre>XML ValidatorBuddy command-line Tool
By xml-tools.com, Copyright 2012

C:\Users\Documents\xml\xmlschema2006-11-06\msData\complexType\ctI031.xml: invalid
Line: 3, Col: 29 : complex type ',fooType' does not permit substitution
Line: 6, Col: 12 : no declaration found for element 'fooEle3'
Line: 7, Col: 12 : element 'fooEle3' is not allowed for content model '(fooEle1,fooEle2)'</pre>
<h3>New external schema option</h3>
<p>Not all XML instances have a schema already assigned. To successfully validate those documents one needs to specify an external schema. To accomplish this the latest release of the XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> command line tool also provides a new -s option. If the -s option has been added to the command line, the first specified path is taken as the schema file to validate all following XML instances.</p>
<pre>valbuddy.exe -v -verbose -s ctI030.xsd ctI031.xml</pre>
<pre>XML ValidatorBuddy command-line Tool
By xml-tools.com, Copyright 2012

C:\Users\Documents\xml\xmlschema2006-11-06\msData\complexType\ctI031.xml: invalid
Line: 3, Col: 29 : complex type ',fooType' does not permit substitution</pre>
<p>All sample files are taken from the official W3C Schema test suite and can be downloaded here: <a href="http://www.w3.org/XML/2004/xml-schema-test-suite/#releases">http://www.w3.org/XML/2004/xml-schema-test-suite/#releases</a></p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D148&amp;title=New%20features%20for%20the%20free%20Command%20Line%20XML%20parser" id="wpa2a_12"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Folder suggestion box in action</title>
		<link>http://xml-tools.com/xmltribune/?p=140</link>
		<comments>http://xml-tools.com/xmltribune/?p=140#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:17:05 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[file explorer]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[suggestions]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=140</guid>
		<description><![CDATA[One of the new features in XML validatorBuddy 3.2 is the handy Folder Suggestion Box. Previous versions of XML ValidatorBuddy didn&#8217;t have any support for a folder history on the File Explorer window. Basically the new suggestion box searches in its list of folders and presents the matching entries to the user. But the new [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features in XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >validatorBuddy</a> 3.2 is the handy Folder Suggestion Box. Previous versions of XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> didn&#8217;t have any support for a folder history on the File Explorer window. Basically the new suggestion box searches in its list of folders and presents the matching entries to the user. But the new suggestion box does not only remember the last visited folders, it also knows all directories of the currently displayed folder.</p>
<p>Just type in the name of a directoty or even just parts of any name you remember and the suggestion box will update itself with matching folders. All found entries are on top of the list in the box and the matching string is drawn in green.</p>
<div id="attachment_141" class="wp-caption aligncenter" style="width: 294px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2011/12/suggestionbox_detail.gif"><img class="size-full wp-image-141" title="suggestionbox_detail" src="http://xml-tools.com/xmltribune/wp-content/uploads/2011/12/suggestionbox_detail.gif" alt="Typing in a search string" width="284" height="63" /></a><p class="wp-caption-text">Typing in a search string</p></div>
<p>You can then use the mouse pointer or the cursor keys to select one of the entries in the suggestion box. Hit enter or click the line to open the folder. Press ESC to close the suggestion box.</p>
<p>Here you can see the Folder Suggestion Box once again in action together with the rest of the File Explorer window:</p>
<div id="attachment_142" class="wp-caption aligncenter" style="width: 510px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2011/12/suggestionbox_large.gif"><img class="size-full wp-image-142" title="suggestionbox_large" src="http://xml-tools.com/xmltribune/wp-content/uploads/2011/12/suggestionbox_large.gif" alt="Folder suggestion box and File Explorer window" width="500" height="262" /></a><p class="wp-caption-text">Folder suggestion box and File Explorer window</p></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D140&amp;title=Folder%20suggestion%20box%20in%20action" id="wpa2a_14"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=140</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Beyond Compare as a differencing tool</title>
		<link>http://xml-tools.com/xmltribune/?p=135</link>
		<comments>http://xml-tools.com/xmltribune/?p=135#comments</comments>
		<pubDate>Sun, 02 Oct 2011 10:59:05 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[differencing]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=135</guid>
		<description><![CDATA[Beyond Compare is a popular and powerful differencing tool available for Windows and Linux. To complement the last blog entry about adding TortoiseMerge as an external tool here is how to add Beyond Compare to ValidatorBuddy to quickly show the differences between two XML files. Just open the external tools page on the Options dialog [...]]]></description>
			<content:encoded><![CDATA[<p>Beyond Compare is a popular and powerful differencing tool available for Windows and Linux. To complement the last blog entry about adding TortoiseMerge as an external tool here is how to add Beyond Compare to <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> to quickly show the differences between two XML files.</p>
<p>Just open the external tools page on the Options dialog and create a new entry for Beyond Compare as usual:</p>
<div id="attachment_136" class="wp-caption alignnone" style="width: 510px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2011/10/beyondcompare_setup.jpg"><img class="size-full wp-image-136" title="beyondcompare_setup" src="http://xml-tools.com/xmltribune/wp-content/uploads/2011/10/beyondcompare_setup.jpg" alt="How to add Beyond Compare as external tool" width="500" height="354" /></a><p class="wp-caption-text">How to add Beyond Compare as external tool</p></div>
<p>Similar to TortoiseMerge we just need to select the executable file from the &#8220;Program files&#8221; folder and specify the AllSelectedPaths variable to pass as parameter to Beyond Compare. After closing the Options dialog Beyond Compare appears as button on the bottom of the File Explorer window in <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a>:</p>
<div id="attachment_137" class="wp-caption alignnone" style="width: 310px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2011/10/beyondcompare_button.jpg"><img class="size-medium wp-image-137" title="beyondcompare_button" src="http://xml-tools.com/xmltribune/wp-content/uploads/2011/10/beyondcompare_button-300x92.jpg" alt="Beyond Compare button in File Explorer" width="300" height="92" /></a><p class="wp-caption-text">Beyond Compare button in File Explorer</p></div>
<p>Please not that if you select more than two files Beyond Compare opens a merge session with the first three files as input and takes the fourth path as output file. Selecting two files opens a standard compare session.</p>
<p> <script type="text/javascript"><!--
google_ad_client = "ca-pub-1993477384243114";
/* xmltribune */
google_ad_slot = "6422078742";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D135&amp;title=Adding%20Beyond%20Compare%20as%20a%20differencing%20tool" id="wpa2a_16"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a differencing tool</title>
		<link>http://xml-tools.com/xmltribune/?p=131</link>
		<comments>http://xml-tools.com/xmltribune/?p=131#comments</comments>
		<pubDate>Thu, 29 Sep 2011 09:58:04 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[differencing]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=131</guid>
		<description><![CDATA[As XML ValidatorBuddy supports external tools it is not difficult to add a differencing tool to quickly show the differences between files selected in the FileExplorer of ValidatorBuddy. There are some very good text-based differencing tools available which are also free. As a first example I take TortoiseMerge which comes installed with TortoiseSVN and can [...]]]></description>
			<content:encoded><![CDATA[<p>As XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> supports external tools it is not difficult to add a differencing tool to quickly show the differences between files selected in the FileExplorer of <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a>.</p>
<p>There are some very good text-based differencing tools available which are also free. As a first example I take TortoiseMerge which comes installed with TortoiseSVN and can also be downloaded separately from <a title="TortoiseDiff package download" href="http://sourceforge.net/projects/tortoisesvn/files/Tools/" target="_blank">sourceforge</a> as part of the TortoiseDiff package.</p>
<p>If you already have TortoiseMerge installed on your PC you can simply open XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> and use the External Tools page of the Options dialog to add the differencing tool. The screenshot shows a sample entry for TortoiseMerge:</p>
<div id="attachment_133" class="wp-caption alignnone" style="width: 510px"><a href="http://xml-tools.com/xmltribune/wp-content/uploads/2011/09/externaltool_tortoisemerge.jpg"><img class="size-full wp-image-133" title="externaltool_tortoisemerge" src="http://xml-tools.com/xmltribune/wp-content/uploads/2011/09/externaltool_tortoisemerge.jpg" alt="TortoiseMerge as external tool" width="500" height="354" /></a><p class="wp-caption-text">TortoiseMerge as external tool</p></div>
<p>Here TortoiseMerge is part of the TortoiseSVN installation in the programs folder.</p>
<p>After you have added the differencing tool to XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> you can simply select two files from the FileExplorer window and use the &#8220;TortoiseMerge&#8221; button on the bottom to show the differences.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D131&amp;title=How%20to%20add%20a%20differencing%20tool" id="wpa2a_18"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XMLSpy Schematron plugin</title>
		<link>http://xml-tools.com/xmltribune/?p=127</link>
		<comments>http://xml-tools.com/xmltribune/?p=127#comments</comments>
		<pubDate>Wed, 24 Aug 2011 09:07:51 +0000</pubDate>
		<dc:creator>Clemens</dc:creator>
				<category><![CDATA[Schematron]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[ValidatorBuddy]]></category>
		<category><![CDATA[xmlspy]]></category>

		<guid isPermaLink="false">http://xml-tools.com/xmltribune/?p=127</guid>
		<description><![CDATA[The new XML ValidatorBuddy XMLSpy PlugIn is available for download on xml-tools.com since this week. Now, in contrast to prior versions, the plugin has its focus on Schematron validation and enhanced schema validation of XML files using Xerces to show all validation errors at once. Those are the functionalities the majority of users always used [...]]]></description>
			<content:encoded><![CDATA[<p>The new XML <a href="http://xml-tools.com/ValidatorBuddy.htm" >ValidatorBuddy</a> XMLSpy PlugIn is available for download on <a href="http://www.xml-tools.com/download.htm">xml-tools.com</a> since this week.</p>
<p>Now, in contrast to prior versions, the plugin has its focus on <strong>Schematron validation</strong> and enhanced schema validation of XML files using Xerces to show all validation errors at once. Those are the functionalities the majority of users always used and needed.</p>
<p>As a second benefit, the plugin can be purchased as a single product. Learn more <a href="http://www.xml-tools.com/purchase.htm" target="_blank">here</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fxml-tools.com%2Fxmltribune%2F%3Fp%3D127&amp;title=XMLSpy%20Schematron%20plugin" id="wpa2a_20"><img src="http://xml-tools.com/xmltribune/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://xml-tools.com/xmltribune/?feed=rss2&#038;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

