Skip to content
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

Custom Stylesheet is not implemented #97

Open
vinitbhu06 opened this issue Sep 3, 2024 · 1 comment
Open

Custom Stylesheet is not implemented #97

vinitbhu06 opened this issue Sep 3, 2024 · 1 comment

Comments

@vinitbhu06
Copy link

While converting a TEI/XML file to RDF I ran the following command :

curl -X POST "https://teigarage.tei-c.org/ege-webservice/Conversions/TEI:text:xml/rdf:application:rdf+xml/conversion" -H "Content-Type: multipart/form-data" -F "input=@tei-with-full-thesis-info.tei.xml" -F "properties={}" -F "stylesheet=https://gist.githubusercontent.com/vinitbhu06/df9689d798fc7f9e8eb4c495fcdef092/raw/ab43209a9caf512897fd55001080d59a0d8ca5a9/tei-to-cito.xsl" -o output.rdf

It turns out that the custom stylesheet transformation is not applied. Can any of you please check the POST request and help me identify the exact issue with the custom stylesheet. @anneferger

Thanks in advance.

@peterstadler
Copy link
Member

I had a look at the transformtei command line options and the TEIGarage API description but couldn't find details about the "stylesheet" parameter. Can you point me at some reference for the ability to include custom stylesheet transformations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants