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)
Schematron rule to check if files have corresponding elements
I have a file structure like this:
bookmap.ditamap
├── en-US/
│ └── CTR_MyProduct.ditamap
├── es-ES/
│ └── CTR_MyProduct.ditamap
└── fr-FR/
└── CTR_MyProduct.ditamap
The content of bookmap.di...
Stefan Jung
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
Create a schematron to check for fig elements NOT to be wrapped in P elements
I am trying to create a schematron that will point out where a fig element has been wrapped around a p element. I prefer to have the p element end and then the fig element begin.
I have found a templa...
Votes: 0
Answers: 3