{% extends "base.html" %} {% block title %}Comparing {{ SITE_OPTIONS.xml_format_name }} and {{ other_format.name }}{% endblock %} {% block extrahead %} {% endblock %} {% block content_full %}

Comparing {{ SITE_OPTIONS.xml_format_name }} and {{ other_format.name }}

On this page, you’ll find several examples of documents encoded both in {{ SITE_OPTIONS.xml_format_name }} and {{ other_format.name }}. The goal is to give you a sense of the differences, especially if you’re already familiar with {{ other_format.name }}.

{% for comparison in comparisons %}

{{ comparison.example.name }}

{% if comparison.preamble_html %} {{ comparison.preamble_html|safe }} {% endif %} {% if comparison.highlight_diffs %}

Show:

{% endif %}

{{ other_format.name }}

{{ comparison.other_document_html|safe }}

{{ SITE_OPTIONS.xml_format_name }}

{{ comparison.document_html|safe }}
{% endfor %}
{% endblock %} {% block finalscript %} {% endblock %}