Skip to content

Instantly share code, notes, and snippets.

View fcastilgar1-lang's full-sized avatar

fcastilgar1-lang

  • Joined Oct 14, 2025
View GitHub Profile
@fcastilgar1-lang
fcastilgar1-lang / errores_corregidos.xml
Created October 14, 2025 13:13
errores_corregidos.xml
<?xml version="1.0" encoding="UTF-8"?>
<Library>
<Books>
<book id="1" type="fiction">
<Title>El &amp; 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>
@fcastilgar1-lang
fcastilgar1-lang / biblioteca.xml
Created October 14, 2025 13:06
biblioteca.xml
<?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>