Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 899 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 899 Bytes

UBL-TR Invoice Viewer Chrome Extension

This Chrome extension allows users to view invoices by right-clicking on the XML file and transforming it using an XSLT stylesheet embedded within the XML. The transformed HTML is displayed in a new tab.

Features

  • Right-click context menu option to view invoices.
  • Transforms XML to HTML using an embedded or external XSLT stylesheet.
  • Displays the transformed HTML in a new browser tab.

Installation

  1. Clone or download this repository.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" by toggling the switch in the upper right corner.
  4. Click on "Load unpacked" and select the directory containing the extension files.

Usage

  1. Right-click on an XML file containing an embedded XSLT stylesheet.
  2. Select "View Invoice" from the context menu.
  3. The transformed HTML will be displayed in a new tab.