This project provides a simple web application for performing XSLT transformations on XML documents using Streamlit.
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.
- Input XML and XSLT content via text input or file upload.
- Perform the transformation and view the result with XML formatting.
- Clone the repository or download the source code.
- Make sure you have Python installed (recommended version: 3.6+).
- Install the dependencies by running
pip install -r requirements.txt
. - Run the application with
streamlit run app.py
.
- Start the application by running
streamlit run app.py
. - Input XML and XSLT content in their respective input fields.
- Press the "Run Transformation" button to obtain the transformation result.
- View the transformation result with XML formatting.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the terms of the MIT license. See the LICENSE file for further details.