This commit is contained in:
Eelco Dolstra 2006-10-04 08:26:05 +00:00
parent bd4f1b4bb8
commit 4a7ece698b
1 changed files with 2 additions and 5 deletions

View File

@ -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>