This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Library> | |
<Books> | |
<book id="1" type="fiction"> | |
<Title>El & Gran Libro</Title> | |
<author>María López</author> | |
<publisher>Editorial Uno</publisher> | |
<publish date="2020-05-01">2020-05-01</publish> | |
<price>29.99</price> | |
</book> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<biblioteca> | |
<libros> | |
<libro id="1" anio="2020" precio="29.99"> | |
<titulo>Introducción a Bases de Datos</titulo> | |
<autor>Ana Pérez</autor> | |
<editorial>Editorial Alfa</editorial> | |
</libro> | |
<libro id="2" anio="2019" precio="34.50"> | |
<titulo>Programación en Python!</titulo> |