Skip to content

Commit f552eaa

Browse files
committed
now also referencing YAML in the XML section
1 parent 9a74823 commit f552eaa

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

book.tex

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
\pdfminorversion=7%
21
\documentclass[a4paper,oneside,10pt]{memoir}%
32
%
43
\xdef\bookbaseDir{./bookbase}%

requirements.txt

-18
This file was deleted.

text/main/classes/dunder/dunder.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263

12641264
As example, let us create a simple API that allows us to write output in a subset of the \acrfull{XML} format~\cite{BPSMM2008EMLX1FE,K2019ITXJY,CH2013XFCAMLTMC}.
12651265
\pgls{xml} is a format for data interchange which was predominant in distributed systems the~2000s.
1266-
After that, it began to fade out in favor~\cite{A2020XLATDOEOL} of \pgls{json}~\cite{E2017SE4TJDIS,B2017TJONJDIF}.
1266+
After that, it began to fade out in favor~\cite{A2020XLATDOEOL} of \pgls{json}~\cite{E2017SE4TJDIS,B2017TJONJDIF} and \pgls{yaml}~\cite{DNMAASBE2021YAMLYV1,K2019ITXJY,CGTYB2022YFFDCAIE}.
12671267
It is still very relevant today, for example, as foundation of several document formats such as those used in LibreOffice~\cite{DF2024LTDF,GL2012LTSOOSSCBAFACSOL} and Microsoft~Word~\cite{MS2024MW,DR2019STFAWAUMW}, or as the basis for the SVG graphics format~\cite{DDGLMSWFJJ2011SVGSSE}.
12681268
If you are a bit familiar with web design, then you will find that \pgls{xml} looks a bit like HTML~\cite{HBFLDNOP2014HAVAAAFHAX}.%
12691269
%

0 commit comments

Comments
 (0)