Skip to content

Commit 99ee155

Browse files
committed
updated README.md for doctype
1 parent 0635037 commit 99ee155

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
robots.txt
22
vendor
33
composer.lock
4+
temp/

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ Convert and validate against:
1919

2020
* JS rules for validating the HTML
2121
* Microdata extraction tests
22+
23+
24+
## NOTE:
25+
For testing against a particular dtd, just add the following below <?xml version="1.0"?> command in your xml file.
26+
27+
```shell
28+
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving DTD v1.1 20120330//EN"
29+
"file://"{{LOCATION}}>
30+
31+
example of {{Location}}: home/shanu/jats-conversion/schema/jats/archiving/1.1/JATS-Archiving-1-1-MathML3-DTD/JATS-archivearticle1-mathml3.dtd
32+
33+
```
34+
35+
The JATS-Archiving-1-1-MathML3-DTD is the entire folder containing the .dtd modules and .ent modules. You could download the zip file from ftp://ftp.ncbi.nlm.nih.gov/pub/jats/archiving/1.1/

0 commit comments

Comments
 (0)