[erlang-questions] xslt question: building the Erlang FAQ
Matthias Lang
matthias@REDACTED
Wed May 8 13:49:06 CEST 2013
On Wednesday, May 08, Bohuslav Svancara wrote:
> make sure that DTD files are accessible.
Thanks! That was pretty much the problem.
The DTDs and .ent files are stored in different places for different
Erlang versions, which is why it works for me but not on erlang.org:
R14B03: lib/erl_docgen/priv/docbuilder_dtd/
R15B03: lib/erl_docgen/priv/dtd/
A bit surprising that xsltproc doesn't bomb out when it encounters
errors like that.
Thanks again,
Matt
More information about the erlang-questions
mailing list