Date: Mon, 4 Aug 2014 12:20:44 +0300 From: Zaro Korchev <zkorchev@mail.bg> To: soc-status@freebsd.org Subject: Re: [Machine readable output from userland utilities] report Message-ID: <0D20E27A-4281-4B6D-94E3-8707B1AE2E81@mail.bg> In-Reply-To: <A6526FFC-41D3-4FFA-AA14-0F2562A2A29B@mail.bg> References: <8D1B686D-1AAA-4E07-9270-E42699110561@mail.bg> <2F779B73-EAC5-49B4-B3E8-7A81109EC166@mail.bg> <5AF0FF20-E41B-4D46-A427-D84D9E2CD047@mail.bg> <C9A0231C-553B-4046-9181-F3D8866DB9F6@mail.bg> <CE908FC5-321D-40BA-9756-72904F93AA51@mail.bg> <19220D3B-101C-45A4-AE41-068E033D5F92@mail.bg> <60B2286C-F0BA-4757-9603-BE23E365A576@mail.bg> <FAF68F13-9DC0-4707-866E-F5C4C859DD45@mail.bg> <A6526FFC-41D3-4FFA-AA14-0F2562A2A29B@mail.bg>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi everybody This week I worked on libsol. I made some changes to the header file so that applications using libsol = do not need to add include path for libsol-required headers. I removed = this include path from the Makefiles. I implemented a second format for libsol. It is similar to the ucl = format. It is just a proof of concept. At the moment it does not handle = special characters in strings properly. The best way to handle special characters will be to use libucl. I found = where in its source this functionality is implemented. It is a static = function so at the moment I am not able to use it directly. One solution = would be to make a global interface to this function. I was looking for libraries with streaming support for XML generation = but I have not found such. I plan to add XML support without using an = external library. Zaro=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0D20E27A-4281-4B6D-94E3-8707B1AE2E81>