-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL database? #10
Comments
Hi Adrian, Yes, you'r right, the schema isn't included... CREATE TABLE I'm currently working on a version that uses aws lambda for converting the xml with xslt. If i've the time to finish this, the service will be more stable, and my hosting costs will come down. |
Excellent, everything is working now. Yeah! :) BTW: yesterday I tried to find another tool like this app and it's not exist at all (live xslt transform). So, thank you very much for your work. |
Hi @adrianmihalko! Since no deployment documentation is provided (and I'm surely far less skilled than you), could you please provide a step-by-step description on how you managed to host this tool on your own server? The example running on http://xsltransform.net is hardly ever available since some time on: I guess that many people around here would be really grateful, starting with me! Thank you in advance, Gianluca |
Here are the high level deployment steps:
|
@rsulliv1 can you mention the procedure in details, I am new to sbt. I need this tool to install locally |
I have hosted on my vm and it will be available 24/7 365 days, |
@hikmat30ce, thanks for providing the URL to another online version of XSL-tester. Have you considered updating your installation to the latest version 9.8 of Saxon HE (https://sourceforge.net/projects/saxon/files/latest/download?source=files) as that provides XSLT 3.0 support? Would be great to use it to share XSLT 3 snippets given that XSLT 3 is a W3C recommendation since June of this year. |
Hi @martin-honnen , glad you find it useful. Note: I have only deployed this code in my cloud, docker. |
@hikmat30ce , if I would want to try to update and test and deploy the XSL-tester myself, what do I need besides a fork of your project and the updates (I have tried that with https://github.com/martin-honnen/XSL-tester/tree/update-to-xslt3)? Is there still a need to perform the steps
that @rsulliv1 outlined? Or have you automated that with your docker files as well? |
If you are using windows, follow below steps
|
@martin-honnen a docker image is uploaded on docker hub (https://hub.docker.com/r/hikmat30ce/xslt-tester/) |
This site seems to be down as well. Does anyone know of one that's up and running? |
@cory-griffin , if you want to run XSLT 3 online then I have created a couples of options:
The first one uses Saxon-JS is in the browser, the second one allows various XSLT 1 or XSLT 3 options, the last one is kind of a .NET clone of the original xsltransform.net, updated to use Saxon 10 HE by now. |
@martin-honnen, thank you so much! You are a life saver! |
really like seeing this project staying alive & helpful!
…On Tue, Aug 2, 2022 at 3:41 PM cory-griffin ***@***.***> wrote:
@martin-honnen <https://github.com/martin-honnen>, thank you so much! You
are a life saver!
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK2D6CHJIDHLHIPORV6BB3VXGBWHANCNFSM4B4DMZ5A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Dear Joep,
Because in the last time xsltransform.net is many times unavailable I decided to host my own version. :) It was not easy, because I am not a pro sysadmin/developer, but it now runs fine. Unless few things:
The first run wasn't success, because the application cannot find the fiddles database. I created manually, now it is running. If I click on Save I get:
If I am not wrong it is missing only the database structure, but it is not included in this repo (or just I can't find it).
Regards,
Adrian
The text was updated successfully, but these errors were encountered: