#!/usr/bin/env python
# coding: utf-8
# # Applying style sheets to the input XML data (Nestle1904LFT)
# ## Table of content
# * 1 - The standard included CSS
# * 2 - Adding 'rules' CSS
#
# # 1 - The standard included CSS
# ##### [Back to TOC](#TOC)
#
# The source XML files contain links to two style sheet files:
#
# ```
#
#
#
# ```
#
# When opening the XML file in a browser, results like the following are shown:
#
#
# # 2 - Adding 'rules' CSS
# ##### [Back to TOC](#TOC)
#
# It is also possible to include additional style sheets. For example adding 'rules.css':
#
# ```
#
#
#
#
# ```
#
# When opening the XML file in a browser, results like the following are shown:
#
#
#
# Note: other CSS files are also available allowing additional formating.