summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-06 21:13:37 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-06 21:13:37 -0800
commit406716225c95ba3ba5ab14b2ce93667225f0ad80 (patch)
treed9181981542907ab562103e6f71eaf6914e1fd41 /FAQ
downloadxmlto-406716225c95ba3ba5ab14b2ce93667225f0ad80.tar.gz
xmlto-406716225c95ba3ba5ab14b2ce93667225f0ad80.tar.bz2
xmlto-406716225c95ba3ba5ab14b2ce93667225f0ad80.zip
Imported Upstream version 0.0.25upstream/0.0.25
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ18
1 files changed, 18 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 0000000..b2ddfc5
--- /dev/null
+++ b/FAQ
@@ -0,0 +1,18 @@
+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
+
+ 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.