This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
lix
Watch
1
Star
0
Fork
You've already forked lix
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
6c13a3f735
lix
/
tests
/
lang
/
eval-okay-toxml2.nix
2 lines
56 B
Nix
Raw
Normal View
History
Unescape
Escape
* New primop __toXML (or builtins.toXML) to convert an expression to an XML representation stored in a string. This should be useful to pass structured information to builders.
2006-08-24 16:34:29 +02:00
builtins
.
toXML
[
(
"
a
"
+
"
b
"
)
10
(
rec
{
x
=
"
x
"
;
y
=
x
;
}
)
]
Reference in a new issue
Copy permalink