1LIBXO(3) BSD Library Functions Manual LIBXO(3)
2
4 xo_set_version, xo_set_version_h — record content-version information in
5 encoded output
6
8 library “libxo”
9
11 #include <libxo/xo.h>
12
13 void
14 xo_set_version(const char *version);
15
16 void
17 xo_set_version_h(xo_handle_t *xop, const char *version);
18
20 The xo_set_version function records a version number to be emitted as
21 part of the data for encoding styles (XML and JSON). This version number
22 is suitable for tracking changes in the content, allowing a user of the
23 data to discern which version of the data model is in use.
24
26 xo_emit(3), libxo(3)
27
29 The libxo library first appeared in FreeBSD 11.0.
30
32 libxo was written by Phil Shafer <phil@freebsd.org>.
33
34
36 FreeBSD uses libxo version 1.6.0. Complete documentation can be found on
37 github:
38
39 https://juniper.github.io/libxo/1.6.0/html/index.html
40
41 libxo lives on github as:
42
43 https://github.com/Juniper/libxo
44
45 The latest release of libxo is available at:
46
47 https://github.com/Juniper/libxo/releases
48
50 The libxo library was added in FreeBSD 11.0.
51
53 Phil Shafer
54
55BSD December 4, 2014 BSD