python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I have Hebrew Bible files in XML with one format but i need it in TEI p5 format. Is there anyway i can convert it?
I have a Tanach.us xml file with the following file format
<Tanach>
<teiHeader>
...
<teiHeader>
<tanach>
<book>
<names>
</names...
user jha
Votes: 0
Answers: 0
Run XSLT transformation on multiple XML files with XProc
I have a directory with a bunch of files, some of which follow the naming convention 001.xml, 002.xml, 003.xml etc. I also have an XSLT stylesheet that I want to apply on every single of those files, ...
Tench
Votes: 0
Answers: 1
Creating a schematron to flag latinisms (etc, i.e, e.g) but its also flagging words with those letters in them
I have a schematron created to flag latinisms in a topic. It works a little too well. It's also flagging words that have that combination of letters in them. For example, it needs to flag "etc&qu...
Votes: 0
Answers: 1
Schematron to check if metadata element has been updated
I am trying to create a schematron that checks if the metadata element with keywords exists and if it has been updated. I have the code to check if the metadata exists but I am unsure of what to add t...
Votes: 0
Answers: 1