forked from lix-project/lix
This commit is contained in:
parent
bd4f1b4bb8
commit
4a7ece698b
|
@ -1716,8 +1716,7 @@ in foo</programlisting>
|
||||||
<example xml:id='ex-toxml'><title>Passing information to a builder
|
<example xml:id='ex-toxml'><title>Passing information to a builder
|
||||||
using <function>toXML</function></title>
|
using <function>toXML</function></title>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting><![CDATA[
|
||||||
<![CDATA[
|
|
||||||
{stdenv, fetchurl, libxslt, jira, uberwiki}:
|
{stdenv, fetchurl, libxslt, jira, uberwiki}:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
|
@ -1757,9 +1756,7 @@ stdenv.mkDerivation (rec {
|
||||||
<para>The string in the attribute <varname>servlets</varname>
|
<para>The string in the attribute <varname>servlets</varname>
|
||||||
evaluates to something like this:
|
evaluates to something like this:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting><![CDATA[<?xml version='1.0' encoding='utf-8'?>
|
||||||
<![CDATA[
|
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
|
||||||
<expr>
|
<expr>
|
||||||
<list>
|
<list>
|
||||||
<attrs>
|
<attrs>
|
||||||
|
|
Loading…
Reference in a new issue