Skip to content

Commit

Permalink
docs(readme): adapt example calls
Browse files Browse the repository at this point in the history
  • Loading branch information
deeagle committed Jul 15, 2024
1 parent b8a0c9a commit a59ae7d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,25 @@ Installed tools are:

## Usage

You can check your xml against:
You can check your different formats via the following example commands:

- DTD
`xmllint --dtdvalid schema.dtd --noout file.txt`

```bash
xmllint --dtdvalid schema.dtd --noout file.txt
```

- XSD
`xmllint --schema schema.xsd --noout file.xml`

```bash
xmllint --schema schema.xsd --noout file.xml
```

- XSLT
`xsltproc file.xsl`

```bash
xsltproc file.xsl
```

## Weblinks

Expand Down

0 comments on commit a59ae7d

Please sign in to comment.