File: FAQ.md

package info (click to toggle)
xmlto 0.0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: xml: 511; lex: 279; makefile: 83; sh: 14
file content (19 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Q: I'm trying to build xmlto, but it doesn't work.

A: If you get `Attempt to load network entity` errors when building
xmlto, your system does not have the required support for XML
Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html).
Try to reinstall your docbook(xhtml1) dtds or fix your catalogs
manually. Verbose mode might help to analyze a problem.

Q: How can I check out the latest sources of XMLTO?

A: Original sources are under svn revision control on fedorahosted.org
server. If you want to check out the latest version, use command

```bash
svn co http://svn.fedorahosted.org/svn/xmlto
```

Autotools helper scripts are not under revision control, so please
run `automake --add-missing` to make these files available.