Skip to content

PaoloGouba/test_xslt_transformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSLT Transformer with Streamlit

This project provides a simple web application for performing XSLT transformations on XML documents using Streamlit.

Description

This is a web application built with Streamlit that allows you to perform XSLT transformations on XML documents. The application offers an intuitive user interface to input XML and XSLT content, view the transformation result, and obtain a preview with text highlighting in Visual Studio Code style.

Features

  • Input XML and XSLT content via text input or file upload.
  • Perform the transformation and view the result with XML formatting.

Installation Instructions

  1. Clone the repository or download the source code.
  2. Make sure you have Python installed (recommended version: 3.6+).
  3. Install the dependencies by running pip install -r requirements.txt.
  4. Run the application with streamlit run app.py.

Usage

  1. Start the application by running streamlit run app.py.
  2. Input XML and XSLT content in their respective input fields.
  3. Press the "Run Transformation" button to obtain the transformation result.
  4. View the transformation result with XML formatting.

image

Contributions

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for further details.


Link to live application (if available)

About

Transform XML on with XSLT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published