You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to make a Docker container to run this to output XML, which I can do fine using the command line, though I'm having trouble doing it in Ruby. This works to get BibTeX out of a string input:
output = AnyStyle.parse input, format: 'bibtex'
and if I change BibText to 'csl' I get CSL out. What do I need to get a string of XML out of this? Apologies if this is a dumb question!
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to make a Docker container to run this to output XML, which I can do fine using the command line, though I'm having trouble doing it in Ruby. This works to get BibTeX out of a string
input
:and if I change BibText to 'csl' I get CSL out. What do I need to get a string of XML out of this? Apologies if this is a dumb question!
The text was updated successfully, but these errors were encountered: